Changeset 10215 for trunk/ppImage/src/ppImageParseCamera.c
- Timestamp:
- Nov 27, 2006, 6:39:28 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageParseCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageParseCamera.c
r10083 r10215 16 16 return NULL; 17 17 } 18 19 #if 0 20 // the input image defines the camera, and all recipes and options the follow 21 pmFPAfile *inputMask = pmFPAfileDefineFromArgs (&status, config, "PPIMAGE.INPUT.MASK", "INPUT.MASK"); 22 if (!status || !inputMask) { 23 psError(PS_ERR_IO, false, "Failed to build FPA from PPIMAGE.INPUT.MASK"); 24 return NULL; 25 } 26 27 // the input image defines the camera, and all recipes and options the follow 28 pmFPAfile *inputWeight = pmFPAfileDefineFromArgs (&status, config, "PPIMAGE.INPUT.WEIGHT", "INPUT.WEIGHT"); 29 if (!status || !inputWeight) { 30 psError(PS_ERR_IO, false, "Failed to build FPA from PPIMAGE.INPUT.WEIGHT"); 31 return NULL; 32 } 33 #endif 18 34 19 35 // add recipe options supplied on command line
Note:
See TracChangeset
for help on using the changeset viewer.
