Changeset 23740 for trunk/ppSub/src/ppSubSetMasks.c
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/pap merged: 23690,23704,23711,23719,23723,23730-23735
- Property svn:mergeinfo changed
-
trunk/ppSub
- Property svn:mergeinfo changed
/branches/pap/ppSub merged: 23704,23711,23719,23723,23730,23732-23734
- Property svn:mergeinfo changed
-
trunk/ppSub/src
- Property svn:ignore
-
old new 10 10 stamp-h1 11 11 ppSubKernel 12 ppSubErrorCodes.h 13 ppSubErrorCodes.c
-
- Property svn:ignore
-
trunk/ppSub/src/ppSubSetMasks.c
r23535 r23740 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.
