Changeset 25027 for branches/pap/psModules/src/astrom/pmAstrometryObjects.h
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/psModules
- Property svn:mergeinfo deleted
-
branches/pap/psModules/src/astrom/pmAstrometryObjects.h
r20801 r25027 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.
