Changeset 23259 for trunk/archive
- Timestamp:
- Mar 10, 2009, 4:53:42 PM (17 years ago)
- Location:
- trunk/archive/conv_variance
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/conv_variance/fake.c
r20210 r23259 47 47 psFree(weight); 48 48 49 psRandom *rng = psRandomAlloc(PS_RANDOM_TAUS , 0);49 psRandom *rng = psRandomAlloc(PS_RANDOM_TAUS); 50 50 51 51 psImage *bright = psImageAlloc(IMAGE_SIZE, IMAGE_SIZE, PS_TYPE_F32); -
trunk/archive/conv_variance/phot.c
r20210 r23259 52 52 53 53 psStats *bgStats = psStatsAlloc(PS_STAT_ROBUST_MEDIAN); 54 psRandom *rng = psRandomAlloc(PS_RANDOM_TAUS , 0);54 psRandom *rng = psRandomAlloc(PS_RANDOM_TAUS); 55 55 psImageBackground(bgStats, NULL, image, mask, maskVal, rng); 56 56 double bg = bgStats->robustMedian;
Note:
See TracChangeset
for help on using the changeset viewer.
