ObservationInfo¶
- class sofia_redux.scan.info.observation.ObservationInfo[source]¶
Bases:
InfoBase
Initialize the observation information.
Observational information includes details on the name of the source and the observing project.
Attributes Summary
Return the string log ID for the info.
Methods Summary
set_source
(source_name)Set the source name and update configuration options if necessary.
Attributes Documentation
- log_id¶
Return the string log ID for the info.
The log ID is used to extract certain information from table data.
- Returns:
- str
Methods Documentation