Changeset 34774
- Timestamp:
- Dec 7, 2012, 11:35:46 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/magic/censorObjects/src/censorLoop.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/censorObjects/src/censorLoop.c
r33626 r34774 29 29 30 30 31 32 33 31 // select the current recipe 34 32 psMetadata *recipe = psMetadataLookupPtr (NULL, config->recipes, CENSOR_RECIPE); … … 58 56 // check on the mask file at this level if possible 59 57 badMaskFile = censorBadFileByView(badMaskFile, inMask, config, view); 58 59 bool checkInputOnly = psMetadataLookupBool(NULL, config->arguments, "CHECK.INPUT.ONLY"); 60 60 61 61 // files associated with the science image … … 116 116 if (!readout->data_exists) { continue; } 117 117 118 if (!censorReadout (readout, config, view, badMaskFile)) ESCAPE; 118 if (!checkInputOnly) { 119 if (!censorReadout (readout, config, view, badMaskFile)) ESCAPE; 120 } 119 121 120 122 if (!pmFPAfileIOChecks (config, view, PM_FPA_AFTER)) ESCAPE;
Note:
See TracChangeset
for help on using the changeset viewer.
