Changeset 26304
- Timestamp:
- Dec 2, 2009, 3:40:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/psModules/src/objects/pmSourceMatch.c
r26301 r26304 621 621 float lastChi2 = INFINITY; // chi^2 on last iteration 622 622 float fracRej = INFINITY; // Fraction of measurements rejected 623 int numPhoto = -1; // Number of photometric images 623 624 624 625 // In the first passes, the transparencies are not well deteremined: use high systematic error and … … 627 628 628 629 // Identify photometric nights 629 int numPhoto = sourceMatchRelphotPhotometric(photo, trans, badImage, transIter, transClip, 630 photoLevel); // Number of photometric images 630 numPhoto = sourceMatchRelphotPhotometric(photo, trans, badImage, transIter, transClip, photoLevel); 631 631 if (numPhoto < 0) { 632 632 psError(PS_ERR_UNKNOWN, false, "Unable to perform photometric determination"); … … 649 649 650 650 // Identify photometric nights 651 int numPhoto = sourceMatchRelphotPhotometric(photo, trans, badImage, transIter, transClip, 652 photoLevel); // Number of photometric images 651 numPhoto = sourceMatchRelphotPhotometric(photo, trans, badImage, transIter, transClip, photoLevel); 653 652 if (numPhoto < 0) { 654 653 psError(PS_ERR_UNKNOWN, false, "Unable to perform photometric determination");
Note:
See TracChangeset
for help on using the changeset viewer.
