SofiaMissionInfo

class sofia_redux.scan.custom.sofia.info.mission.SofiaMissionInfo[source]

Bases: InfoBase

Initialize the SOFIA flight mission information.

Contains information on the SOFIA flight mission parameters.

Attributes Summary

log_id

Return the string log ID for the info.

Methods Summary

apply_configuration()

Update SOFIA flight mission information with FITS header information.

edit_header(header)

Edit an image header with available information.

get_table_entry(name)

Return a parameter value for the given name.

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

apply_configuration()[source]

Update SOFIA flight mission information with FITS header information.

Updates the mission information by taking the following keywords from the FITS header:

PLANID - The observing plan containing all AOR IDs (str)
DEPLOY - The SOFIA aircraft base of operations (str)
MISSN-ID - The mission plan ID (str)
FLIGHTLG - The flight leg identifier for the observation (int)
Returns:
None
edit_header(header)[source]

Edit an image header with available information.

Parameters:
headerastropy.fits.Header

The FITS header to apply.

Returns:
None
get_table_entry(name)[source]

Return a parameter value for the given name.

Parameters:
namestr

The name of the parameter to retrieve.

Returns:
value