Frame2D¶
-
class
gwcs.coordinate_frames.Frame2D(axes_order=(0, 1), unit=(Unit("pix"), Unit("pix")), axes_names=(u'x', u'y'), name=None)[source]¶ Bases:
gwcs.coordinate_frames.CoordinateFrameA 2D coordinate frame.
Parameters: axes_order : tuple of int
A dimension in the input data that corresponds to this axis.
unit : list of astropy.units.Unit
Unit for each axis.
axes_names : list
Names of the axes in this frame.
name : str
Name of this frame.
Methods Summary
coordinates(*args)Methods Documentation