#include "pslib.h"
#include "pmFPA.h"
Include dependency graph for pmFPAAstrometry.h:

Go to the source code of this file.
Functions | |
| pmCell * | pmCellInFPA (const psPlane *coord, const pmFPA *FPA) |
| Find cooresponding cell for given FPA coordinate. | |
| pmChip * | pmChipInFPA (const psPlane *coord, const pmFPA *FPA) |
| Find cooresponding chip for given FPA coordinate. | |
| pmCell * | pmCellInChip (const psPlane *coord, const pmChip *chip) |
| Find cooresponding cell for given Chip coordinate. | |
| psPlane * | pmCoordCellToChip (psPlane *out, const psPlane *in, const pmCell *cell) |
| Translate a cell coordinate into a chip coordinate. | |
| psPlane * | pmCoordChipToFPA (psPlane *out, const psPlane *in, const pmChip *chip) |
| Translate a chip coordinate into a FPA coordinate. | |
| psPlane * | pmCoordFPAToTP (psPlane *out, const psPlane *in, double color, double magnitude, const pmFPA *fpa) |
| Translate a FPA coordinate into a Tangent Plane coordinate. | |
| psSphere * | pmCoordTPToSky (psSphere *out, const psPlane *in, const psProjection *projection) |
| Translate a Tangent Plane coordinate into a Sky coordinate. | |
| psPlane * | pmCoordCellToFPA (psPlane *out, const psPlane *in, const pmCell *cell) |
| Translate a cell coordinate into a FPA coordinate. | |
| psSphere * | pmCoordCellToSky (psSphere *out, const psPlane *in, double color, double magnitude, const pmCell *cell) |
| Translate a cell coordinate into a Sky coordinate. | |
| psSphere * | pmCoordCellToSkyQuick (psSphere *out, const psPlane *in, const pmCell *cell) |
| Translate a cell coordinate into a Sky coordinate using a 'quick and dirty' method. | |
| psPlane * | pmCoordSkyToTP (psPlane *out, const psSphere *in, const psProjection *projection) |
| Translate a Sky coordinate into a Tangent Plane coordinate. | |
| psPlane * | pmCoordTPToFPA (psPlane *out, const psPlane *in, double color, double magnitude, const pmFPA *fpa) |
| Translate a Tangent Plane coordinate into a FPA coordinate. | |
| psPlane * | pmCoordFPAToChip (psPlane *out, const psPlane *in, const pmChip *chip) |
| Translate a FPA coordinate into a chip coordinate. | |
| psPlane * | pmCoordChipToCell (psPlane *out, const psPlane *in, const pmCell *cell) |
| Translate a chip coordinate into a cell coordinate. | |
| psPlane * | pmCoordSkyToCell (psPlane *out, const psSphere *in, float color, float magnitude, const pmCell *cell) |
| Translate a sky coordinate into a cell coordinate. | |
| psPlane * | pmCoordSkyToCellQuick (psPlane *out, const psSphere *in, const pmCell *cell) |
| Translate a sky coordinate into a cell coordinate using a 'quick and dirty' method. | |
|
||||||||||||
|
Find cooresponding cell for given Chip coordinate.
|
|
||||||||||||
|
Find cooresponding cell for given FPA coordinate.
|
|
||||||||||||
|
Find cooresponding chip for given FPA coordinate.
|
|
||||||||||||||||
|
Translate a cell coordinate into a chip coordinate.
|
|
||||||||||||||||
|
Translate a cell coordinate into a FPA coordinate.
|
|
||||||||||||||||||||||||
|
Translate a cell coordinate into a Sky coordinate.
|
|
||||||||||||||||
|
Translate a cell coordinate into a Sky coordinate using a 'quick and dirty' method.
|
|
||||||||||||||||
|
Translate a chip coordinate into a cell coordinate.
|
|
||||||||||||||||
|
Translate a chip coordinate into a FPA coordinate.
|
|
||||||||||||||||
|
Translate a FPA coordinate into a chip coordinate.
|
|
||||||||||||||||||||||||
|
Translate a FPA coordinate into a Tangent Plane coordinate.
|
|
||||||||||||||||||||||||
|
Translate a sky coordinate into a cell coordinate.
|
|
||||||||||||||||
|
Translate a sky coordinate into a cell coordinate using a 'quick and dirty' method.
|
|
||||||||||||||||
|
Translate a Sky coordinate into a Tangent Plane coordinate.
|
|
||||||||||||||||||||||||
|
Translate a Tangent Plane coordinate into a FPA coordinate.
|
|
||||||||||||||||
|
Translate a Tangent Plane coordinate into a Sky coordinate.
|
1.4.4