GyroDrift¶
- class sofia_redux.scan.custom.sofia.info.gyro_drifts.GyroDrift(header, index)[source]¶
Bases:
ABC
Initializes a single drift.
Contains information on a single drift consisting of a spatial delta between one time and another.
- Parameters:
- headerfits.header.Header
- indexstr or int
The drift index identifier.
Attributes Summary
Return the length of the drift.
Methods Summary
parse_header
(header)Apply the fits options to the drift.
Attributes Documentation
- length¶
Return the length of the drift.
- Returns:
- astropy.units.Quantity
Methods Documentation