skyrange
Compute the ra/dec range of a camera image
This program will report the ra/dec range of a camera image. It will also compute the ra/dec at the center of the cube, the pixel resolution in
degrees per pixel, and an orientation angle to celestial north (90 declination) in the image plane. This angle, CelestialNorthClockAngle, is
from the center of the image off of the Y-axis (12 o'clock) in a clockwise direction.
Categories
History
Jeff Anderson | 2005-06-24 | Original version |
Jeff Anderson | 2005-10-13 | Added computation of CelestialNorthClockAngle and center ra/dec |
Brendan George | 2005-11-08 | Added application test |
Jacob Danton | 2006-01-23 | Fixed appTest to comply to changes in String |
Elizabeth Miller | 2006-03-23 | Fixed appTest to comply with changes made to all camera model |
Steven Lambright | 2008-05-12 | Removed references to CubeInfo |
Kelvin Rodriguez | 2016-06-27 | Changed rotation computation to the function call Camera::celestialNorthClockAngle. References #2365. |