coolest.template.classes.coordinates#
Classes#
Defines the origin of the coordinate system, given in RA-Dec. |
Module Contents#
- class CoordinatesOrigin(ra: str = '0h0m0.0s', dec: str = '0d0m0.0s')[source]#
Defines the origin of the coordinate system, given in RA-Dec. That origin is then assumed to lie at the center of a data pixel.
- Parameters:
ra (str, optional) – Right ascension (hms format), by default ‘0h0m0.0s’
dec (str, optional) – Declination (dms format), by default ‘0d0m0.0s’