Changeset 42321 for branches/eam_branches/ppImage.20230123
- Timestamp:
- Jan 26, 2023, 8:30:02 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ppImage.20230123/src/ppImageParseCamera.c
r41894 r42321 107 107 PM_FPA_FILE_LINEARITY, PM_DETREND_TYPE_LINEARITY)) { 108 108 psError(PS_ERR_IO, false, "Can't find a non-linearity correction source"); 109 psFree(options); 110 return NULL; 111 } 112 } 113 114 if (options->doNonLinNew) { 115 if (!ppImageDefineFile(config, input->fpa, "PPIMAGE.NONLIN_NEW", "NONLIN_NEW", 116 PM_FPA_FILE_NONLIN_NEW, PM_DETREND_TYPE_NONLIN_NEW)) { 117 psError(PS_ERR_IO, false, "Can't find a new non-linearity correction source"); 109 118 psFree(options); 110 119 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
