IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13036


Ignore:
Timestamp:
Apr 25, 2007, 3:37:25 PM (19 years ago)
Author:
eugene
Message:

adding an alternate psphot-type recipe

Location:
trunk/ippconfig
Files:
2 edited

Legend:

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

    r12723 r13036  
    33SAVE.OUTPUT     BOOL    TRUE
    44SAVE.BACKMDL    BOOL    TRUE
    5 SAVE.BACKGND    BOOL    TRUE
     5#SAVE.BACKGND   BOOL    TRUE
    66#SAVE.BACKSUB   BOOL    TRUE
    7 #SAVE.RESID     BOOL    TRUE
     7SAVE.RESID      BOOL    TRUE
    88#SAVE.PSF       BOOL    TRUE
    99#LOAD.PSF       BOOL    FALSE
     
    4242YMIN                F32   +10            # minimum valid y-coord
    4343YMAX                F32   -10            # maximum valid y-coord
     44
     45PSPHOT.FIXED.PSF METADATA
     46  # PSF.TREND.MASK must be a 2D polynomial
     47  # the specified values are ignored but define the active components of the polynomial
     48  PSF.TREND.MASK  METADATA 
     49     NORDER_X         S32       0                # number of x orders
     50     NORDER_Y         S32       0                # number of y orders
     51     VAL_X00_Y00      F64       1                # polynomial coefficient
     52     NELEMENTS        S32       1                # number of unmasked components
     53  END  # folder for 2D polynomial
     54 
     55  PSF_SN_LIM          F32  20              # minimum S/N for stars used for PSF model
     56END
  • trunk/ippconfig/recipes/psphot.config

    r13014 r13036  
    9090FULL_FIT_SN_LIM      F32  50.0
    9191
     92PSF.RESIDUALS        BOOL TRUE
     93PSF.RESIDUALS.XBIN   S32   1
     94PSF.RESIDUALS.YBIN   S32   1
     95PSF.RESIDUALS.NSIGMA F32   3.0 
     96PSF.RESIDUALS.INTERPOLATION STR BILINEAR
     97PSF.RESIDUALS.STATISTIC     STR ROBUST_MEDIAN
     98
    9299# EXTended source model parameters
    93100EXT_MODEL            STR  PS_MODEL_PGAUSS
     
    108115# BREAK_POINT may be one of (PEAKS, MOMENTS, PSFMODEL, ENSEMBLE)
    109116BREAK_POINT           STR  NONE
    110 PEAKS_OUTPUT_FILE   STR  peaks.dat
     117# PEAKS_OUTPUT_FILE   STR  peaks.dat
    111118# MOMENTS_OUTPUT_FILE STR  moments.dat
    112119# ANALYSIS_REGION     STR  [1000:1600,2800:3400]
     
    126133NOISE.SIZE          F32 2.0
    127134
    128 USE_FOOTPRINTS                  BOOL    T       # use new pmFootprint peak packaging
     135USE_FOOTPRINTS                  BOOL    F       # use new pmFootprint peak packaging
    129136FOOTPRINT_NPIXMIN               S32     5       # Minimum size of a pmFootprint
    130137FOOTPRINT_NSIGMA_LIMIT          F32     20      # threshold for bright pmFootprint detection
     
    132139FOOTPRINT_CULL_NSIGMA_DELTA     F32     4       # Cull peaks that aren't nsigma above coll to neighbour
    133140FOOTPRINT_CULL_NSIGMA_MIN       F32     1       # Minimum height of colls in units of skyStdev
     141
     142# alternate PSPHOT-type recipes
     143PSPHOT.FIXED.PSF METADATA
     144END
Note: See TracChangeset for help on using the changeset viewer.