- Timestamp:
- Apr 28, 2022, 4:13:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/fpcamera/src/fpcameraParseCamera.c
r42182 r42183 34 34 output->save = true; 35 35 36 // optionally save the residual image 37 if (psMetadataLookupBool(&status, config->arguments, "SAVE.RESID")) { 38 pmFPAfile *output = pmFPAfileDefineOutputFromFile (config, input, "FPCAMERA.RESID"); 39 if (!output) ESCAPE(FPCAMERA_ERR_CONFIG, "Cannot find a rule for FPCAMERA.RESID"); 40 output->save = true; 41 } 42 36 43 // Chip selection: turn on only the chips specified (option is not required) 37 44 char *chipLine = psMetadataLookupStr(&status, config->arguments, "CHIP_SELECTIONS");
Note:
See TracChangeset
for help on using the changeset viewer.
