Changeset 16844 for trunk/ppImage/src/ppImageParseCamera.c
- Timestamp:
- Mar 6, 2008, 10:51:20 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageParseCamera.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageParseCamera.c
r16357 r16844 59 59 } 60 60 if (options->doDark) { 61 if (!ppImageDefineFile (config, input->fpa, "PPIMAGE.DARK", "DARK", PM_FPA_FILE_ IMAGE, PM_DETREND_TYPE_DARK)) {61 if (!ppImageDefineFile (config, input->fpa, "PPIMAGE.DARK", "DARK", PM_FPA_FILE_DARK, PM_DETREND_TYPE_DARK)) { 62 62 psError (PS_ERR_IO, false, "Can't find a dark image source"); 63 63 psFree (options); … … 393 393 outImage->type = PM_FPA_FILE_FRINGE; 394 394 } 395 if (psMetadataLookupBool(NULL, config->arguments, "INPUT_IS_DARK")) { 396 // It's a dark file, so change the file type 397 input->type = PM_FPA_FILE_DARK; 398 outImage->type = PM_FPA_FILE_DARK; 399 } 395 400 396 401 // Turn off mask and weight output if we're not doing anything interesting
Note:
See TracChangeset
for help on using the changeset viewer.
