Changeset 26895 for trunk/ppImage/src/ppImageParseCamera.c
- Timestamp:
- Feb 10, 2010, 7:38:09 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageParseCamera.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageParseCamera.c
r24492 r26895 79 79 int nScanRows = psMetadataLookupS32(&status, recipe, "SCAN.ROWS"); 80 80 pmDetrendSetThreadTasks(nScanRows); 81 } 82 83 if (options->doPatternRow || options->doPatternCell) { 84 pmFPAfile *outPattern = pmFPAfileDefineOutput(config, input->fpa, "PPIMAGE.PATTERN"); 85 if (!outPattern) { 86 psError(PS_ERR_IO, false, _("Unable to generate output file from PPIMAGE.PATTERN")); 87 psFree(options); 88 return NULL; 89 } 90 outPattern->save = true; 81 91 } 82 92 … … 255 265 pmFPAfile *psphotInput = pmFPAfileDefineFromFile (config, chipImage, 1, 1, "PSPHOT.INPUT"); 256 266 PS_ASSERT (psphotInput, false); 267 268 // specify the number of psphot input images 269 psMetadataAddS32 (config->arguments, PS_LIST_TAIL, "PSPHOT.INPUT.NUM", PS_META_REPLACE, "number of inputs", 1); 257 270 258 271 // define associated psphot input/output files
Note:
See TracChangeset
for help on using the changeset viewer.
