IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33761 for trunk/ippconfig


Ignore:
Timestamp:
Apr 11, 2012, 11:56:11 AM (14 years ago)
Author:
bills
Message:

Add psphot recipe value PEAKS_NMAX_TOTAL. If non zero and the number of peaks found
in is larger than the value return with failure status from psphotFindDetections
Set value to 50000 for recipe STACKPHOT and default to 0. This allows us to
abort psphotStack in cases where the memory usage is going to become to large.
This allows us to continue processing efficiently while we solve the underlying
problems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/psphot.config

    r33642 r33761  
    5757PEAKS_POS2_NSIGMA_LIMIT             F32   25.0            # peak signficance threshold for POS2 sources. (ppSub)
    5858                                                          # input pixels contribute less than this fraction of the flux
     59PEAKS_NMAX_TOTAL                    S32   0               # maximum allowed number of peaks 0 == unlimited
     60
    5961# parameters which adjust the footprint analysis
    6062USE_FOOTPRINTS                      BOOL  TRUE            # use new pmFootprint peak packaging
     
    368370  PSF_MODEL                           STR   PS_MODEL_GAUSS
    369371  EXT_MODEL                           STR   PS_MODEL_QGAUSS
     372  PEAKS_NMAX_TOTAL                    S32   50000 # maximum allowed number of peaks - To avoid memory explosion
    370373END
    371374
Note: See TracChangeset for help on using the changeset viewer.