Changeset 23719 for branches/pap/ppSub/src/ppSubSetMasks.c
- Timestamp:
- Apr 6, 2009, 6:52:51 PM (17 years ago)
- Location:
- branches/pap/ppSub/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppSubSetMasks.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppSub/src
- Property svn:ignore
-
old new 10 10 stamp-h1 11 11 ppSubKernel 12 ppSubErrorCodes.h 13 ppSubErrorCodes.c
-
- Property svn:ignore
-
branches/pap/ppSub/src/ppSubSetMasks.c
r23535 r23719 22 22 #include "ppSub.h" 23 23 24 bool ppSubSetMasks(pmConfig *config , const pmFPAview *view)24 bool ppSubSetMasks(pmConfig *config) 25 25 { 26 26 psAssert(config, "Require configuration"); 27 psAssert(view, "Require view");28 27 29 28 psImageMaskType maskValue, markValue; // Mask values … … 50 49 psAssert(lowValue, "LOW or BAD must be non-zero"); 51 50 52 // input images 51 // Input images 52 pmFPAview *view = ppSubViewReadout(); // View to readout 53 53 pmReadout *inRO = pmFPAfileThisReadout(config->files, view, "PPSUB.INPUT"); // Input readout 54 54 pmReadout *refRO = pmFPAfileThisReadout(config->files, view, "PPSUB.REF"); // Reference readout
Note:
See TracChangeset
for help on using the changeset viewer.
