- Timestamp:
- Oct 19, 2010, 5:41:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100817/ppImage/src/ppImageParseCamera.c
r26895 r29486 73 73 return NULL; 74 74 } 75 } 76 77 if (options->doNonLin) { 78 if (!ppImageDefineFile(config, input->fpa, "PPIMAGE.LINEARITY", "LINEARITY", 79 PM_FPA_FILE_LINEARITY, PM_DETREND_TYPE_LINEARITY)) { 80 psError(PS_ERR_IO, false, "Can't find a non-linearity correction source"); 81 psFree(options); 82 return NULL; 83 } 75 84 } 76 85
Note:
See TracChangeset
for help on using the changeset viewer.
