Changeset 9269 for trunk/psphot/src/psphotApResid.c
- Timestamp:
- Oct 4, 2006, 3:14:03 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotApResid.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotApResid.c
r8817 r9269 72 72 // XXX need to put this in the config data... 73 73 // if (fabs(apResid->data.F64[Npsf]) > 0.2) continue; 74 if ( fabs(apResid->data.F64[Npsf]) > MAX_AP_OFFSET) {74 if ((MAX_AP_OFFSET > 0) && (fabs(apResid->data.F64[Npsf]) > MAX_AP_OFFSET)) { 75 75 Nfail ++; 76 76 continue;
Note:
See TracChangeset
for help on using the changeset viewer.
