Changeset 23347
- Timestamp:
- Mar 17, 2009, 11:25:46 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackPhotometry.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackPhotometry.c
r23341 r23347 39 39 } 40 40 41 psMetadata *psphot = psMetadataLookupMetadata(NULL, config->recipes, PSPHOT_RECIPE); // Recipe 42 41 43 #if 0 42 44 // Need to ensure aperture residual is not calculated 43 psMetadata *recipe = psMetadataLookupMetadata(NULL, config->recipes, PSPHOT_RECIPE); // Recipe44 45 psMetadataItem *item = psMetadataLookup(recipe, "MEASURE.APTREND"); // Item determining aptrend 45 46 if (!item) { … … 54 55 psImageMaskType maskValue = pmConfigMaskGet("BLANK", config); // Bits to mask 55 56 psImageMaskType markValue = pmConfigMaskGet("MARK.VALUE", config); // Bits to use for marking 56 psMetadataAddImageMask( recipe, PS_LIST_TAIL, "MASK.PSPHOT", PS_META_REPLACE,57 psMetadataAddImageMask(psphot, PS_LIST_TAIL, "MASK.PSPHOT", PS_META_REPLACE, 57 58 "Bits to mask", maskValue); 58 psMetadataAddImageMask( recipe, PS_LIST_TAIL, "MARK.PSPHOT", PS_META_REPLACE,59 psMetadataAddImageMask(psphot, PS_LIST_TAIL, "MARK.PSPHOT", PS_META_REPLACE, 59 60 "Bits to use for mark", markValue); 60 61
Note:
See TracChangeset
for help on using the changeset viewer.
