Changeset 24714 for trunk/magic/censorObjects/src/censorReadout.c
- Timestamp:
- Jul 7, 2009, 7:10:01 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/magic/censorObjects/src/censorReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/censorObjects/src/censorReadout.c
r24695 r24714 13 13 # include "censor.h" 14 14 15 bool censorReadout (pmReadout *readout, pmConfig *config, const pmFPAview *view ) {15 bool censorReadout (pmReadout *readout, pmConfig *config, const pmFPAview *view, bool badMaskFile) { 16 16 17 17 bool status; 18 19 // if there is no mask file for this readout drop all sources 20 if (badMaskFile) { 21 psMetadataRemoveKey (readout->analysis, "PSPHOT.SOURCES"); 22 return true; 23 } 18 24 19 25 // select the current recipe
Note:
See TracChangeset
for help on using the changeset viewer.
