Changeset 23442
- Timestamp:
- Mar 19, 2009, 3:48:07 PM (17 years ago)
- Location:
- trunk/psphot/src
- Files:
-
- 3 edited
-
psphotReadoutFindPSF.c (modified) (1 diff)
-
psphotReadoutKnownSources.c (modified) (1 diff)
-
psphotReadoutMinimal.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadoutFindPSF.c
r21366 r23442 11 11 if (!recipe) { 12 12 psError(PSPHOT_ERR_CONFIG, false, "missing recipe %s", PSPHOT_RECIPE); 13 return false; 14 } 15 16 // set the photcode for this image 17 if (!psphotAddPhotcode(recipe, config, view, "PSPHOT.INPUT")) { 18 psError(PSPHOT_ERR_CONFIG, false, "trouble defining the photcode"); 13 19 return false; 14 20 } -
trunk/psphot/src/psphotReadoutKnownSources.c
r21366 r23442 11 11 if (!recipe) { 12 12 psError(PSPHOT_ERR_CONFIG, false, "missing recipe %s", PSPHOT_RECIPE); 13 return false; 14 } 15 16 // set the photcode for this image 17 if (!psphotAddPhotcode(recipe, config, view, "PSPHOT.INPUT")) { 18 psError(PSPHOT_ERR_CONFIG, false, "trouble defining the photcode"); 13 19 return false; 14 20 } -
trunk/psphot/src/psphotReadoutMinimal.c
r21366 r23442 19 19 if (!recipe) { 20 20 psError(PSPHOT_ERR_CONFIG, false, "missing recipe %s", PSPHOT_RECIPE); 21 return false; 22 } 23 24 // set the photcode for this image 25 if (!psphotAddPhotcode(recipe, config, view, "PSPHOT.INPUT")) { 26 psError(PSPHOT_ERR_CONFIG, false, "trouble defining the photcode"); 21 27 return false; 22 28 }
Note:
See TracChangeset
for help on using the changeset viewer.
