Changeset 26839
- Timestamp:
- Feb 9, 2010, 8:35:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/ppImage/src/ppImageParseCamera.c
r26543 r26839 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 } 81 90 } 82 91 … … 256 265 PS_ASSERT (psphotInput, false); 257 266 258 // specify the number of psphot input images259 psMetadataAddS32 (config->arguments, PS_LIST_TAIL, "PSPHOT.INPUT.NUM", PS_META_REPLACE, "number of inputs", 1);260 267 // specify the number of psphot input images 268 psMetadataAddS32 (config->arguments, PS_LIST_TAIL, "PSPHOT.INPUT.NUM", PS_META_REPLACE, "number of inputs", 1); 269 261 270 // define associated psphot input/output files 262 271 if (!psphotDefineFiles (config, psphotInput)) {
Note:
See TracChangeset
for help on using the changeset viewer.
