Changeset 25522
- Timestamp:
- Sep 23, 2009, 5:26:34 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpParseCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpParseCamera.c
r23355 r25522 126 126 } 127 127 128 psMetadata *recipe = psMetadataLookupPtr (&status, config->recipes, PSWARP_RECIPE); 129 if (!recipe) { 130 psError(PSPHOT_ERR_CONFIG, false, "missing recipe %s", PSWARP_RECIPE); 131 return false; 132 } 133 128 134 bool mdok; // Status of MD lookup 129 if (psMetadataLookupBool(&mdok, config->arguments, "PSF")) {135 if (psMetadataLookupBool(&mdok, recipe, "PSF")) { 130 136 // This file, PSPHOT.INPUT, is just used as a carrier; output files (eg, PSPHOT.RESID) are defined by 131 137 // psphotDefineFiles
Note:
See TracChangeset
for help on using the changeset viewer.
