IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 24, 2006, 10:54:09 AM (20 years ago)
Author:
magnier
Message:

new psImageBackground API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPA_JPEG.c

    r9585 r10179  
    55 *  @author EAM, IfA
    66 *
    7  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2006-10-17 00:41:05 $
     7 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2006-11-24 20:54:09 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    131131    // XXX we need to decide where the scale will come from in the long term
    132132    psRandom *rng = psRandomAlloc(PS_RANDOM_TAUS, 0);
    133     psStats *stats = psImageBackground(readout->image, NULL, 0, 0.25, 0.75, 10000, rng);
     133    psStats *stats = psImageBackground(readout->image, NULL, 0, 0.25, 0.75, 10000, PS_STAT_ROBUST_MEDIAN, rng);
    134134    psFree(rng);
    135135
Note: See TracChangeset for help on using the changeset viewer.