Changeset 19962 for trunk/ppSub/src/ppSubReadout.c
- Timestamp:
- Oct 7, 2008, 2:07:16 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadout.c
r19704 r19962 512 512 psFree(psf); 513 513 514 if (psMetadataLookupBool(&mdok, recipe, "PSPHOT.VISUAL")) { 515 psphotSetVisual(true); 516 } 517 514 518 // Need to ensure aperture residual is not calculated 515 psMetadata * recipe = psMetadataLookupMetadata(NULL, config->recipes, PSPHOT_RECIPE); // Recipe516 psMetadataItem *item = psMetadataLookup( recipe, "MEASURE.APTREND"); // Item determining aptrend519 psMetadata *psphotRecipe = psMetadataLookupMetadata(NULL, config->recipes, PSPHOT_RECIPE); // Recipe 520 psMetadataItem *item = psMetadataLookup(psphotRecipe, "MEASURE.APTREND"); // Item determining aptrend 517 521 if (!item) { 518 522 psWarning("Unable to find MEASURE.APTREND in psphot recipe");
Note:
See TracChangeset
for help on using the changeset viewer.
