Changeset 7341
- Timestamp:
- Jun 5, 2006, 11:53:59 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotImageMedian.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotImageMedian.c
r7327 r7341 16 16 MAX_SAMPLE_PIXELS = psMetadataLookupF32 (&status, recipe, "IMSTATS_NPIX"); 17 17 if (!status) MAX_SAMPLE_PIXELS = 1000; 18 psImageClippedStatsInit(MAX_SAMPLE_PIXELS, 0); 18 unsigned long seed = psMetadataLookupS32 (&status, recipe, "IMSTATS_SEED"); 19 if (!status) seed = 0; 20 psImageClippedStatsInit(MAX_SAMPLE_PIXELS, seed); 19 21 20 22 // subtract this amount extra from the sky
Note:
See TracChangeset
for help on using the changeset viewer.
