Changeset 7907
- Timestamp:
- Jul 14, 2006, 10:17:28 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotParseCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotParseCamera.c
r7620 r7907 27 27 28 28 // these calls bind the I/O handle to the specified fpa 29 pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.OUTPUT"); 29 if (!psMetadataLookup(recipe, "SAVE.OUTPUT") || 30 psMetadataLookupBool(NULL, recipe, "SAVE.OUTPUT")) { 31 if (!pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.OUTPUT")) { 32 psError(PS_ERR_IO, false, "Cannot find a rule for PSPHOT.OUTPUT"); 33 return false; 34 } 35 } 30 36 31 37 // optionally save the residual image
Note:
See TracChangeset
for help on using the changeset viewer.
