Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

psSphereTransform Struct Reference
[Coordinate Functions]

#include <psCoord.h>


Detailed Description

Spherical Transform Definition.

We need to be able to convert between ICRS, Galactic and Ecliptic coordinates, and potentially between arbitrary spherical coordinate systems. All of these basic spherical transformations represent rotations of the spherical coordinate reference. We specify a general transformation function which takes a structure, psSphereTransform, defining the transformation between two spherical coordinate systems

Definition at line 107 of file psCoord.h.

Data Fields

double alphaP
 Longitude of the target system pole in the source system.
double cosDeltaP
 Cosine of target pole latitude in the source system.
double sinDeltaP
 Sine of target pole latitude in the source system.
double phiP
 Longitude of the ascending node in the target system.


Field Documentation

double psSphereTransform::alphaP
 

Longitude of the target system pole in the source system.

Definition at line 109 of file psCoord.h.

double psSphereTransform::cosDeltaP
 

Cosine of target pole latitude in the source system.

Definition at line 110 of file psCoord.h.

double psSphereTransform::phiP
 

Longitude of the ascending node in the target system.

Definition at line 112 of file psCoord.h.

double psSphereTransform::sinDeltaP
 

Sine of target pole latitude in the source system.

Definition at line 111 of file psCoord.h.


The documentation for this struct was generated from the following file:
Generated on Wed Jun 15 11:01:13 2005 for Pan-STARRS Foundation Library by  doxygen 1.4.1