IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13014


Ignore:
Timestamp:
Apr 24, 2007, 3:30:54 PM (19 years ago)
Author:
rhl
Message:

Changes to match psphot changes (SAVE.BACKMDL.STDEV; pmFootprint

File:
1 edited

Legend:

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

    r12796 r13014  
    11
    22# these options turn on different inputs and/or outputs
    3 SAVE.OUTPUT     BOOL    TRUE
    4 SAVE.BACKMDL    BOOL    FALSE
    5 SAVE.BACKGND    BOOL    FALSE
    6 SAVE.BACKSUB    BOOL    FALSE
    7 SAVE.RESID      BOOL    FALSE
    8 SAVE.PSF        BOOL    FALSE
    9 LOAD.PSF        BOOL    FALSE
    10 SAVE.PLOTS      BOOL    FALSE
     3SAVE.OUTPUT             BOOL    TRUE
     4SAVE.BACKMDL            BOOL    FALSE
     5SAVE.BACKMDL.STDEV      BOOL    FALSE
     6SAVE.BACKGND            BOOL    FALSE
     7SAVE.BACKSUB            BOOL    FALSE
     8SAVE.RESID              BOOL    FALSE
     9SAVE.PSF                BOOL    FALSE
     10LOAD.PSF                BOOL    FALSE
     11SAVE.PLOTS              BOOL    FALSE
    1112
    1213# the zero point is used to set a basic scale for DVO
     
    124125NOISE.FACTOR        F32 5.0
    125126NOISE.SIZE          F32 2.0
     127
     128USE_FOOTPRINTS                  BOOL    T       # use new pmFootprint peak packaging
     129FOOTPRINT_NPIXMIN               S32     5       # Minimum size of a pmFootprint
     130FOOTPRINT_NSIGMA_LIMIT          F32     20      # threshold for bright pmFootprint detection
     131FOOTPRINT_NSIGMA_LIMIT_2        F32     4       # threshold for faint pmFootprint detection
     132FOOTPRINT_CULL_NSIGMA_DELTA     F32     4       # Cull peaks that aren't nsigma above coll to neighbour
     133FOOTPRINT_CULL_NSIGMA_MIN       F32     1       # Minimum height of colls in units of skyStdev
Note: See TracChangeset for help on using the changeset viewer.