Changeset 23212 for trunk/psModules/src/objects/pmSourceMatch.h
- Timestamp:
- Mar 6, 2009, 12:48:29 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceMatch.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceMatch.h
r20953 r23212 55 55 psVector *pmSourceMatchRelphot(const psArray *matches, // Array of matches 56 56 const psVector *zp, // Zero points for each image (including airmass term) 57 int maxIter, // Maximum number of iterations58 57 float tol, // Relative tolerance for convergence 58 int iter1, // Number of iterations for pass 1 59 float rej1, // Limit on rejection between iterations for pass 1 60 float sys1, // Systematic error in measurements for pass 1 61 int iter2, // Number of iterations for pass 2 62 float rej2, // Limit on rejection between iterations for pass 2 63 float sys2, // Systematic error in measurements for pass 2 59 64 float rejLimit, // Limit on rejection between iterations 60 65 int transIter, // Clipping iterations for transparency 61 66 float transClip, // Clipping level for transparency 62 float photoLevel, // Level at which we declare image is photometric 63 float starClip, // Clipping for stars 64 float sysErr // Systematic error in measurements 67 float photoLevel // Level at which we declare image is photometric 65 68 ); 66 69
Note:
See TracChangeset
for help on using the changeset viewer.
