Changeset 26260 for trunk/psModules/src/astrom/pmAstrometryObjects.h
- Timestamp:
- Nov 22, 2009, 3:00:47 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmAstrometryObjects.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryObjects.h
r24021 r26260 54 54 typedef struct 55 55 { 56 int raw; ///< What is this?57 int ref; ///< What is this?56 int raw; ///< reference to the rawstar entry 57 int ref; ///< reference to the refstar entry 58 58 } 59 59 pmAstromMatch; 60 61 62 /* 63 * The pmAstromMatchInfo structure is used to generate a unique set of matches 64 */ 65 typedef struct 66 { 67 pmAstromMatch *match; ///< reference to the match 68 float radius; ///< distance between the object 69 } 70 pmAstromMatchInfo; 60 71 61 72 … … 85 96 int nMatch; ///< 86 97 double nSigma; ///< 98 double dXsys; ///< systematic error in X 99 double dYsys; ///< systematic error in Y 100 double dXrange; ///< 10% - 90% range X residuals (unmasked, high S/N) 101 double dYrange; ///< 10% - 90% range Y residuals (unmasked, high S/N) 87 102 } 88 103 pmAstromFitResults; … … 121 136 ); 122 137 138 psArray *pmAstromRadiusMatchUniq (psArray *refstars, psArray *rawstars, psArray *matches); 123 139 124 140 pmAstromStats *pmAstromStatsAlloc(void); … … 343 359 ); 344 360 361 float pmAstromVectorRange (psVector *myVector, float minFrac, float maxFrac, float stdevGuess); 362 345 363 /// @} 346 364 #endif // PM_ASTROMETRY_OBJECTS_H
Note:
See TracChangeset
for help on using the changeset viewer.
