IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7327


Ignore:
Timestamp:
Jun 2, 2006, 6:05:41 PM (20 years ago)
Author:
eugene
Message:

changed psImageClippedStatsInit to match new API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotImageMedian.c

    r6950 r7327  
    1616    MAX_SAMPLE_PIXELS = psMetadataLookupF32 (&status, recipe, "IMSTATS_NPIX");
    1717    if (!status) MAX_SAMPLE_PIXELS = 1000;
    18     psImageClippedStatsInit(MAX_SAMPLE_PIXELS);
     18    psImageClippedStatsInit(MAX_SAMPLE_PIXELS, 0);
    1919
    2020    // subtract this amount extra from the sky
Note: See TracChangeset for help on using the changeset viewer.