Changeset 9656 for trunk/psphot/src/psphotParseCamera.c
- Timestamp:
- Oct 19, 2006, 11:57:37 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotParseCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotParseCamera.c
r9576 r9656 27 27 28 28 // these calls bind the I/O handle to the specified fpa 29 if (!psMetadataLookup(recipe, "SAVE.OUTPUT") || 30 psMetadataLookupBool(NULL, recipe, "SAVE.OUTPUT")) { 29 if (psMetadataLookupBool(NULL, recipe, "SAVE.OUTPUT")) { 31 30 if (!pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.OUTPUT")) { 32 31 psError(PS_ERR_IO, false, "Cannot find a rule for PSPHOT.OUTPUT");
Note:
See TracChangeset
for help on using the changeset viewer.
