- Timestamp:
- Mar 8, 2009, 4:29:34 PM (17 years ago)
- Location:
- branches/eam_branches/eam_branch_20090303
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/objects/pmSourceMatch.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/eam_branch_20090303
-
branches/eam_branches/eam_branch_20090303/psModules/src/objects/pmSourceMatch.h
r20953 r23225 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.
