ExampleObservationInfo

class sofia_redux.scan.custom.example.info.observation.ExampleObservationInfo[source]

Bases: ObservationInfo

Initialize the observation information for the example instrument.

Methods Summary

apply_configuration()

Read and apply the FITS options from the configuration.

get_table_entry(name)

Given a name, return the parameter stored in the information object.

Methods Documentation

apply_configuration()[source]

Read and apply the FITS options from the configuration.

Sets the source name from ‘OBJECT’ in the FITS header, and the scan ID from ‘SCANID’ in the FITS header.

Returns:
None
get_table_entry(name)[source]

Given a name, return the parameter stored in the information object.

Note that names do not exactly match to attribute names.

Parameters:
namestr
Returns:
value