Changeset 13840
- Timestamp:
- Jun 14, 2007, 3:12:07 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageParseCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageParseCamera.c
r13778 r13840 256 256 byFPA2->save = options->FPA2FITS; 257 257 258 // output is used as a carrier: input to byChip 259 output->freeLevel = PM_FPA_LEVEL_CHIP; 258 // output is used as a carrier: input to byChip -> require the data to remain at the CHIP level 259 output->freeLevel = PS_MIN (output->freeLevel, PM_FPA_LEVEL_CHIP); 260 output->dataLevel = output->freeLevel; 261 output->fileLevel = PS_MIN (output->fileLevel, output->dataLevel); 260 262 261 263 // define the binned target files (which may just be carriers for some camera configurations)
Note:
See TracChangeset
for help on using the changeset viewer.
