Changeset 7005 for trunk/psModules/src/astrom/pmAstrometryObjects.h
- Timestamp:
- Apr 30, 2006, 12:03:58 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmAstrometryObjects.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryObjects.h
r6873 r7005 8 8 * @author EAM, IfA 9 9 * 10 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-04- 17 18:10:08 $10 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-04-30 22:03:58 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 41 41 typedef struct 42 42 { 43 psPlane pix;///< the position in the pmReadout frame44 psPlane cell;///< the position in the pmCell frame45 psPlane chip;///< the position in the pmChip frame46 psPlane FP;///< the position in the pmFPA frame47 psPlane TP;///< the position in the tangent plane48 psSphere sky;///< the position on the Celestial Sphere.49 double Mag; ///< A measurement of the brightness.50 double dMag; ///< What is this?43 psPlane *pix; ///< the position in the pmReadout frame 44 psPlane *cell; ///< the position in the pmCell frame 45 psPlane *chip; ///< the position in the pmChip frame 46 psPlane *FP; ///< the position in the pmFPA frame 47 psPlane *TP; ///< the position in the tangent plane 48 psSphere *sky; ///< the position on the Celestial Sphere. 49 double Mag; ///< object magnitude XXX what filter? 50 double dMag; ///< error on object magnitude 51 51 } 52 52 pmAstromObj; 53 54 55 53 56 54 /* … … 158 156 159 157 158 /****************************************************************************** 159 pmAstromGridTweak(*raw, *ref, *recipe, stats): improve match for two star lists. 160 ******************************************************************************/ 161 pmAstromStats pmAstromGridTweak( 162 psArray *raw, 163 psArray *ref, 164 psMetadata *recipe, 165 pmAstromStats stats); 166 160 167 /* 161 168 *
Note:
See TracChangeset
for help on using the changeset viewer.
