LabelFrame¶
- class tolteca.simu.base.LabelFrame(axes_names, axes_order=None, name=None)[source]¶
Bases:
object
An coordinate frame for describing discrete detector attributes.
Attributes Summary
Names of axes in the frame.
A tuple of indices which map inputs to axes.
A custom name of this frame.
The number of axes in this frame.
Methods Summary
coordinates
(*args)Create world coordinates object
Attributes Documentation
- axes_names¶
Names of axes in the frame.
- axes_order¶
A tuple of indices which map inputs to axes.
- axes_type¶
- axis_physical_types¶
- name¶
A custom name of this frame.
- naxes¶
The number of axes in this frame.
- unit¶
Methods Documentation