Coordinate Systems¶
Coordinate system handling for different input data formats.
SMPy supports both celestial (RA/Dec) and pixel-based coordinate systems for flexible handling of different observational data formats.
Factory Function¶
Create the appropriate coordinate system instance. |
Base Class¶
Abstract base class for coordinate systems. |
Implementations¶
Implementation for RA/Dec celestial coordinates. |
|
Implementation for pixel coordinates. |