DataType¶
- class DataType(*values)[source]¶
Bases:
EnumEnumeration of data types used in the pipeline.
- RAW¶
Raw, unprocessed data.
- REGCAL_CONTLINE_ALL¶
Regular calibrated data for all scans.
- BASELINED¶
Data after spectral baseline subtraction.
- ATMCORR¶
Data corrected for residual atmospheric effects.
- REGCAL_CONT_SCIENCE¶
Regular calibrated continuum-only data for target scans.
- SELFCAL_CONT_SCIENCE¶
Self-calibrated continuum-only data for target scans.
- REGCAL_CONTLINE_SCIENCE¶
Regular calibrated data for target scans.
- SELFCAL_CONTLINE_SCIENCE¶
Self-calibrated data for target scans.
- REGCAL_LINE_SCIENCE¶
Regular calibrated spectral line data.
- SELFCAL_LINE_SCIENCE¶
Self-calibrated spectral line data.
Attributes Summary
Attributes Documentation
- ATMCORR = 3¶
- BASELINED = 4¶
- RAW = 1¶
- REGCAL_CONTLINE_ALL = 2¶
- REGCAL_CONTLINE_SCIENCE = 5¶
- REGCAL_CONT_SCIENCE = 7¶
- REGCAL_LINE_SCIENCE = 9¶
- SELFCAL_CONTLINE_SCIENCE = 6¶
- SELFCAL_CONT_SCIENCE = 8¶
- SELFCAL_LINE_SCIENCE = 10¶