Changeset 24021 for trunk/psModules/src/astrom/pmAstrometryObjects.h
- Timestamp:
- Apr 30, 2009, 2:16:03 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmAstrometryObjects.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryObjects.h
r20801 r24021 33 33 typedef struct 34 34 { 35 psPlane *pix; ///< the position in the pmReadout frame 36 psPlane *cell; ///< the position in the pmCell frame 37 psPlane *chip; ///< the position in the pmChip frame 38 psPlane *FP; ///< the position in the pmFPA frame 39 psPlane *TP; ///< the position in the tangent plane 40 psSphere *sky; ///< the position on the Celestial Sphere. 41 double Mag; ///< object magnitude XXX what filter? 42 double dMag; ///< error on object magnitude 35 psPlane *pix; ///< the position in the pmReadout frame 36 psPlane *cell; ///< the position in the pmCell frame 37 psPlane *chip; ///< the position in the pmChip frame 38 psPlane *FP; ///< the position in the pmFPA frame 39 psPlane *TP; ///< the position in the tangent plane 40 psSphere *sky; ///< the position on the Celestial Sphere. 41 float Mag; ///< object magnitude in extracted filter 42 float Color; ///< object color 43 float dMag; ///< error on object magnitude 43 44 } 44 45 pmAstromObj;
Note:
See TracChangeset
for help on using the changeset viewer.
