- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStack/src/ppStackMatch.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ppStack/src/ppStackMatch.c
r33466 r34041 9 9 //MEH - modified TESTING to be outputs only, reuse convolved now own 10 10 //#define TESTING_REUSE_CONV // Enable debugging re-using convolved outputs from previous run 11 // #define TESTING_REUSE_CONV // Enable debugging for re-using convolved outputs from previous run 11 12 12 13 #ifdef TESTING_REUSE_CONV … … 57 58 psAssert(psphotRecipe, "Need PSPHOT recipe"); 58 59 59 psString maskBadStr = psMetadataLookupStr(NULL, ppStackRecipe, "MASK.BAD");// Name of bits to mask for bad 60 //MEH - bill found this should be MASK.VAL 61 // psString maskBadStr = psMetadataLookupStr(NULL, ppStackRecipe, "MASK.BAD");// Name of bits to mask for bad 62 psString maskBadStr = psMetadataLookupStr(NULL, ppStackRecipe, "MASK.VAL");// Name of bits to mask for bad 60 63 psMaskType maskBad = pmConfigMaskGet(maskBadStr, config); // Bits to mask for bad pixels 61 64 … … 261 264 fake->image = psImageCopy(NULL, target, PS_TYPE_F32); 262 265 fake->mask = psImageCopy(NULL, readout->mask, PS_TYPE_IMAGE_MASK); 263 //MEH add fake->variance just as fake->image for testing passing along fully make difference in soln266 //MEH test add fake->variance just as fake->image for testing passing along fully make difference in soln 264 267 //fake->variance = psImageCopy(NULL, target, PS_TYPE_F32); 268 269 //MEH -- could add TESTING to output start_ here before adding background - but not same as includes all/merged target sources? 270 // -- useless as now is essentially the target.fits anyways 265 271 266 272 #if 1
Note:
See TracChangeset
for help on using the changeset viewer.
