Changeset 34136 for trunk/psphot/src/psphotReplaceUnfit.c
- Timestamp:
- Jul 10, 2012, 3:44:12 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReplaceUnfit.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReplaceUnfit.c
r33980 r34136 55 55 pmReadout *readout = pmFPAviewThisReadout(view, file->fpa); 56 56 psAssert (readout, "missing readout?"); 57 58 if (psMetadataLookupBool (&status, readout->analysis, "PSPHOT.SKIP.INPUT")) { 59 psLogMsg ("psphot", PS_LOG_DETAIL, "skipping replace all sources for input file %d", index); 60 return true; 61 } 57 62 58 63 pmDetections *detections = psMetadataLookupPtr (&status, readout->analysis, "PSPHOT.DETECTIONS"); … … 304 309 psAssert (readout, "missing readout?"); 305 310 311 if (psMetadataLookupBool (&status, readout->analysis, "PSPHOT.SKIP.INPUT")) { 312 psLogMsg ("psphot", PS_LOG_DETAIL, "skipping reset models for input file %d", index); 313 return true; 314 } 315 316 306 317 // XXX the sources have already been copied (merge into here?) 307 318 pmDetections *detections = psMetadataLookupPtr (&status, readout->analysis, "PSPHOT.DETECTIONS");
Note:
See TracChangeset
for help on using the changeset viewer.
