Changeset 43038 for trunk/ppImage/src/ppImageParseCamera.c
- Timestamp:
- May 28, 2026, 9:38:40 PM (7 weeks ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageParseCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageParseCamera.c
r42382 r43038 117 117 if (!ppImageDefineFile(config, input->fpa, "PPIMAGE.NEWNONLIN", "NEWNONLIN", 118 118 PM_FPA_FILE_NEWNONLIN, PM_DETREND_TYPE_NEWNONLIN)) { 119 psError(PS_ERR_IO, false, "Can't find a new non-linearity correction source"); 120 psFree(options); 121 return NULL; 122 } 123 } 124 if (options->doMaskBadOverscan) { 125 // if the file has been specified on the command-line (-valid-overscan file), then the file 126 // is identified by the VALID.OVERSCAN entry in config->arguments. otherwise, load from the 127 // detrend system as type VALID.OVERSCAN 128 if (!ppImageDefineFile(config, input->fpa, "PPIMAGE.VALID.OVERSCAN", "VALID.OVERSCAN", 129 PM_FPA_FILE_VALID_OVERSCAN, PM_DETREND_TYPE_VALID_OVERSCAN)) { 119 130 psError(PS_ERR_IO, false, "Can't find a new non-linearity correction source"); 120 131 psFree(options);
Note:
See TracChangeset
for help on using the changeset viewer.
