SofiaMappingInfo

class sofia_redux.scan.custom.sofia.info.mapping.SofiaMappingInfo[source]

Bases: InfoBase

Initialize the SOFIA mapping information.

Contains information on the SOFIA mapping parameters.

Attributes Summary

log_id

Return the string log ID for the info.

Methods Summary

apply_configuration()

Update mapping 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 mapping information with FITS header information.

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

MAPPING - Whether mapping is enabled for the scan (bool)
MAPCYSYS - The mapping coordinate system (str)
MAPNXPOS - The number of mapping positions in the x-direction (int)
MAPNYPOS - The number of mapping positions in the y-direction (int)
MAPINTX - The map step interval in the x-direction (arcminutes)
MAPINTY - The map step interval in the y-direction (arcminutes)
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