objectType PixelCoordSystem
extends CoordSys
The PixelCoordSystem provides a complete description of the pixel coordinate space. It SHALL contain one PixelSpace instance describing each pixel axis.
classDiagram
class PixelCoordSystem{
}
PixelCoordSystem --|> CoordSys
PixelCoordSystem *-- "1" PixelSpace : pixelSpace
link CoordSys "../CoordSys"
link PixelSpace "../PixelSpace"
Members
name | type | mult | description |
---|---|---|---|
pixelSpace | PixelSpace | The pixel space completely defines the pixel coordinate axes. Each axis MUST be defined as a BinnedAxis type. |
References Detail
This is referred to by Coordinate