HawcPlusInstrumentInfo

class sofia_redux.scan.custom.hawc_plus.info.instrument.HawcPlusInstrumentInfo[source]

Bases: SofiaInstrumentInfo

Initialize the HAWC+ instrument information.

Contains information on the HAWC+ instrument parameters including band and HWP details.

Methods Summary

apply_configuration()

Update HAWC+ instrument information with FITS header information.

edit_header(header)

Edit an image header with available information.

Methods Documentation

apply_configuration()[source]

Update HAWC+ instrument information with FITS header information.

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

SMPLFREQ - The detector readout rate (Hz)
Returns:
None
edit_header(header)[source]

Edit an image header with available information.

Parameters:
headerastropy.fits.Header

The FITS header to apply.

Returns:
None