nenupy.schedule.contamination.SourceInLobes
- class nenupy.schedule.contamination.SourceInLobes(time, frequency, value)[source]
Bases:
objectSourceInLobes object
Methods
__init__(time, frequency, value)export(filename[, in_bytes])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 toTrueto convert the mask array to bytes. Default isFalse. :type in_bytes:bool.from_fits(filename)plot([time_unit])Attributes
Returns the times associated with the SourceInLobe object in Local Sidereal Time.
- export(filename, in_bytes=False)[source]
Exports the time-frequency contamination array in FITS. The mask being either in floats or in bytes. :param filename:
FITS file name.
- property lst_time
Returns the times associated with the SourceInLobe object in Local Sidereal Time.