IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 13, 2024, 10:19:51 PM (22 months ago)
Author:
hgao
Message:

finetune overscan region and stats for reducing and smoothing overscan array/vector

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2dbias/psLib/src/math/psVectorSmooth.c

    r42715 r42719  
    172172            if (robust)                                                            \
    173173            {                                                                      \
    174                 statistic = PS_STAT_CLIPPED_MEAN;                                  \
     174                statistic = PS_STAT_CLIPPED_MEDIAN;                                \
    175175                stats = psStatsAlloc(statistic);                                   \
     176                stats->clipSigma = 2.5;                                            \
    176177            }                                                                      \
    177178            else                                                                   \
Note: See TracChangeset for help on using the changeset viewer.