IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 15, 2007, 10:42:41 AM (19 years ago)
Author:
magnier
Message:

removed special case for psphot (moved to psphotImageMedian)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageBackground.c

    r11156 r12444  
    9494        stats->robustLQ = values->data.F32[imin];
    9595    } else {
    96         // XXX leave this as a psphot user option (passed in as part of stats?)
    97         if ((stats->options & PS_STAT_FITTED_MEAN) || (stats->options & PS_STAT_FITTED_MEAN_V2)) {
    98             stats->clipSigma = 1.0;
    99         }
    10096        if (!psVectorStats (stats, values, NULL, NULL, 0)) {
    10197            if (psTraceGetLevel("psLib.imageops") >= 5) {
Note: See TracChangeset for help on using the changeset viewer.