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

log_id

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

set_source(source_name)[source]

Set the source name and update configuration options if necessary.

Parameters:
source_namestr

The source object name.

Returns:
None