- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/psModules merged eligible /branches/eam_branches/stackphot.20100406/psModules 27623-27653 /branches/pap_delete/psModules 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/tap_branches/psModules/src/astrom/pmAstrometryObjects.h
r24021 r27838 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.
