IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 29, 2012, 5:07:20 PM (14 years ago)
Author:
eugene
Message:

merging changes from trunk

Location:
branches/eam_branches/ipp-20120405/ippconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120405/ippconfig

  • branches/eam_branches/ipp-20120405/ippconfig/recipes/psphot.config

    r33642 r33948  
    3838SKY_CLIP_SIGMA                      F32   2.0             # statistic used to measure background
    3939SKY_SIG                             F32   1.0             # optional sky error for
     40SKY_SLOPE_MIN                       F32   3.0             # exit radial profile loop when abs(slope) is less than this
    4041
    4142# allowed values for SKY_STAT:
     
    5758PEAKS_POS2_NSIGMA_LIMIT             F32   25.0            # peak signficance threshold for POS2 sources. (ppSub)
    5859                                                          # input pixels contribute less than this fraction of the flux
     60PEAKS_NMAX_TOTAL                    S32   0               # maximum allowed number of peaks 0 == unlimited
     61
    5962# parameters which adjust the footprint analysis
    6063USE_FOOTPRINTS                      BOOL  TRUE            # use new pmFootprint peak packaging
     
    6568FOOTPRINT_CULL_NSIGMA_MIN           F32   1               # Minimum height of colls in units of skyStdev
    6669FOOTPRINT_CULL_NSIGMA_PAD           F32   0.01            # Fractional Padding for stdev
     70FOOTPRINT_USE_UNSUBTRACTED          BOOL  TRUE            # find footprints without sources subtracted
    6771
    6872# parameter for the simple deblending
     
    186190
    187191KRON_ITERATIONS                     S32   2
     192KRON_APPLY_WEIGHT                   BOOL  FALSE
     193KRON_APPLY_WINDOW                   BOOL  FALSE
     194KRON_SMOOTH                         BOOL  FALSE
     195KRON_SMOOTH_SIGMA                   F32   1.7
     196KRON_SMOOTH_NSIGMA                  S32   2
    188197
    189198# Extended source fit parameters
     
    368377  PSF_MODEL                           STR   PS_MODEL_GAUSS
    369378  EXT_MODEL                           STR   PS_MODEL_QGAUSS
     379  PEAKS_NMAX_TOTAL                    S32   50000 # maximum allowed number of peaks - To avoid memory explosion
    370380END
    371381
Note: See TracChangeset for help on using the changeset viewer.