MadcubaFits#
- class madcubapy.io.MadcubaFits(hist=None)[source]#
Bases:
objectA basic class describing a MADCUBA FITS object with its history file.
The MadcubaFits class contains the only object shared by MADCUBA maps, cubes, and spectra: a table describing the history file exported by MADCUBA.
- Parameters:
- hist
Table Table containing the history information of the FITS file, which is stored in a separate _hist.csv file.
- hist
Attributes Summary
Methods Summary
add_hist(filename)Load the history table from a csv file.
Attributes Documentation
Methods Documentation