#include "ObitImageDesc.h"
Go to the source code of this file.
Functions | |
| gint | ObitPositionWorldPos (gfloat pixel[2], ObitImageDesc *desc, gdouble coord[2]) |
| Public: Routine to determine accurate position for pixel coordinates. | |
| gint | ObitPositionXYpix (gdouble coord[2], ObitImageDesc *desc, gfloat pixel[2]) |
| Public: Routine to determine accurate pixel coordinates for an RA and Dec offsets from the reference position. | |
| gint | ObitPositionWorldPosLM (gdouble doff[2], ObitImageDesc *desc, gdouble coord[2]) |
| Public: Routine to determine accurate position for pixel coordinates from offsets from the reference position. | |
| gint | ObitPositionXYpixLM (gdouble coord[2], ObitImageDesc *desc, gdouble doff[2]) |
| Public: Routine to determine accurate coordinate offsets for an RA and Dec offsets from the reference position. | |
Utility routines related to celestial position
|
||||||||||||||||
|
Public: Routine to determine accurate position for pixel coordinates. Does: -SIN, -TAN, -ARC, -NCP, -GLS, -MER, -AIT projections, anything else is linear
|
|
||||||||||||||||
|
Public: Routine to determine accurate position for pixel coordinates from offsets from the reference position. Does: -SIN, -TAN, -ARC, -NCP, -GLS, -MER, -AIT projections, anything else is linear
|
|
||||||||||||||||
|
Public: Routine to determine accurate pixel coordinates for an RA and Dec offsets from the reference position. Does: -SIN, -TAN, -ARC, -NCP, -GLS, -MER, -AIT projections, anything else is linear
|
|
||||||||||||||||
|
Public: Routine to determine accurate coordinate offsets for an RA and Dec offsets from the reference position. Does: -SIN, -TAN, -ARC, -NCP, -GLS, -MER, -AIT projections, anything else is linear
|
1.3.9.1