Proposition to modify the SourceInLobes.export() function, so that the .fits files take less space.
def export(self, filename: str , in_bytes : bool = False):
""" Exports the time-frequency contamination array in FITS. The mask being either in floats or in bytes.
:param filename:
FITS file name.
:type filename:
str
:param in_bytes:
Set to True ton convert the mask array to bytes. Default is False.
:type in_bytes:
bool
Proposition to modify the SourceInLobes.export() function, so that the .fits files take less space.
def export(self, filename: str , in_bytes : bool = False): """ Exports the time-frequency contamination array in FITS. The mask being either in floats or in bytes. :param filename: FITS file name. :type filename:
str
:param in_bytes: Set to True ton convert the mask array to bytes. Default is False. :type in_bytes: bool