IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 1, 2009, 2:07:04 PM (17 years ago)
Author:
eugene
Message:

cleanup and minimize camera-specific recipe options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/ippconfig/vysos5/psphot.config

    r20652 r25727  
    11
    2 SAVE.BACKMDL    BOOL    TRUE
    3 SAVE.BACKGND    BOOL    FALSE
    4 SAVE.BACKSUB    BOOL    FALSE
    5 SAVE.PLOTS      BOOL    TRUE
    6 SAVE.RESID      BOOL    FALSE
    7 SAVE.PSF        BOOL    TRUE
    8 LOAD.PSF        BOOL    FALSE
     2# XXX check on this value
     3PSF_CLUMP_NSIGMA                    F32   3.5             # region of Sx,Sy plane to use for selecting PSF stars
    94
    10 PEAKS_NSIGMA_LIMIT                  F32   20.0            # peak significance threshold
    11 PEAKS_NSIGMA_LIMIT_2                F32   10.0             # peak significance threshold
    12 PSF_MOMENTS_RADIUS                  F32    7               # calculate initial source moments with this radius
    13 PSF_CLUMP_NSIGMA                    F32   3.5             # region of Sx,Sy plane to use for selecting PSF stars
    14 PSF_MAX_NSTARS                      S32   400             # limit number of stars used for PSF model
    15 MEASURE.APTREND                     BOOL  TRUE
    16 
     5# do we want to do 2-pass analysis?
    176BREAK_POINT                         STR   PASS1     
    187
     8# keep these large since psfs are so undersampled
    199PSPHOT.CR.NSIGMA.LIMIT              F32   5.0  # sources with crNsigma greater that this get tagged as likely cosmic rays
    2010PSPHOT.EXT.NSIGMA.LIMIT             F32   5.0  # sources with extNsigma greater that this get tagged as likely extended sources
    2111
    22 USE_FOOTPRINTS                      BOOL  TRUE            # use new pmFootprint peak packaging
    23 FOOTPRINT_NPIXMIN                   S32   5               # Minimum size of a pmFootprint
    24 FOOTPRINT_NSIGMA_LIMIT              F32   10              # threshold for bright pmFootprint detection
    25 FOOTPRINT_NSIGMA_LIMIT_2            F32   10              # threshold for faint pmFootprint detection
     12# small psfs so small grow radius
    2613FOOTPRINT_GROW_RADIUS               S32   1               # How much to grow bright footprints
    2714FOOTPRINT_GROW_RADIUS_2             S32   2               # How much to grow faint footprints
    28 FOOTPRINT_CULL_NSIGMA_DELTA         F32   4               # Cull peaks that aren't nsigma above coll to neighbour
    29 FOOTPRINT_CULL_NSIGMA_MIN           F32   1               # Minimum height of colls in units of skyStdev
    3015
    3116PSF_MODEL                           STR   PS_MODEL_PGAUSS
Note: See TracChangeset for help on using the changeset viewer.