ExampleFrames

class sofia_redux.scan.custom.example.frames.frames.ExampleFrames[source]

Bases: HorizontalFrames

Initialize frames for the example instrument.

Attributes Summary

info

Return the scan info object.

site

Return the site coordinates of the associated scan.

Methods Summary

copy()

Return a copy of the frames for the example instrument.

read_hdu(hdu)

Read a single data HDU.

Attributes Documentation

info

Return the scan info object.

Returns:
ExampleInfo
site

Return the site coordinates of the associated scan.

Returns:
GeodeticCoordinates

Methods Documentation

copy()[source]

Return a copy of the frames for the example instrument.

Returns:
ExampleFrames
read_hdu(hdu)[source]

Read a single data HDU.

Parameters:
hduastropy.io.fits.hdu.table.BinTableHDU

A data HDU containing “timestream” data.

Returns:
None