TelescopeInfo

class sofia_redux.scan.info.telescope.TelescopeInfo[source]

Bases: InfoBase

Initialize the telescope information.

Contains information on the telescope, telescope coordinate system epoch, and whether it is tracking the source coordinates.

Attributes Summary

log_id

Return the string log ID for the info.

Methods Summary

edit_image_header(header[, scans])

Edit a FITS image header with the telescope information.

get_telescope_name()

Return the telescope 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

edit_image_header(header, scans=None)[source]

Edit a FITS image header with the telescope information.

Parameters:
headerastropy.io.fits.Header

The header to edit.

scansScan or list (Scan), optional

Optional scans used for editing.

Returns:
None
static get_telescope_name()[source]

Return the telescope name.

Returns:
str