- Timestamp:
- Jul 30, 2009, 5:20:29 PM (17 years ago)
- Location:
- branches/czw_branch/cleanup
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
magic/censorObjects/src/censorReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/cleanup
- Property svn:mergeinfo changed
/trunk (added) merged: 24714-24742,24744-24784,24786-24798,24801-24824,24827-24834,24836-24859,24861-24901,24903-24912,24914-24939
- Property svn:mergeinfo changed
-
branches/czw_branch/cleanup/magic/censorObjects/src/censorReadout.c
r24695 r24951 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.
