stack_maps#
- madcubapy.operations.maps.stack_maps(*fitsmaps)[source]#
Adds the data of multiple map objects (
MadcubaMaporCCDData) together and returns the result as a new map object with the metadata of the first input map.- Parameters:
- *fitsmaps
MadcubaMaporCCDData Any number of map objects to be added together.
- *fitsmaps
- Returns:
- combined_fitsmap
MadcubaMaporCCDData A new map object containing the sum of the data of the input maps.
- combined_fitsmap