TimeTableCoordinate¶
- class ndcube.extra_coords.table_coord.TimeTableCoordinate(*tables, names=None, physical_types=None, reference_time=None)[source]¶
Bases:
BaseTableCoordinateA lookup table based on a
Time, will always be one dimensional.Attributes Summary
Generate the Frame for this LookupTable.
Generate the Astropy Model for this LookupTable.
Number of pixel dimensions in this table.
Methods Summary
Return a boolean if this coordinate is a scalar.
Attributes Documentation
- frame¶
Generate the Frame for this LookupTable.
- model¶
Generate the Astropy Model for this LookupTable.
- n_inputs¶
Methods Documentation
- is_scalar()[source]¶
Return a boolean if this coordinate is a scalar.
This is used by
MultipleTableCoordinateandExtraCoordsto know if the dimension has been “dropped”.
