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

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 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

coordinates(*args)[source]

Create world coordinates object