API Reference#

madcubapy.operations Package#

The madcubapy.operations package provides utility functions to help the user perform operations on data of FITS and .spec files.

madcubapy.operations.maps Package#

Functions#

measure_noise(fitsmap[, statistic])

Measure the noise (sigma) in a map object by calculating the standard deviation (std) or root mean square (rms) inside several polygons selected by mouse clicks.

stack_maps(*fitsmaps)

Adds the data of multiple map objects (MadcubaMap or CCDData) together and returns the result as a new map object with the metadata of the first input map.