ExampleFrames¶
- class sofia_redux.scan.custom.example.frames.frames.ExampleFrames[source]¶
Bases:
HorizontalFrames
Initialize frames for the example instrument.
Attributes Summary
Return the scan info object.
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