IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 18, 2006, 8:47:15 AM (20 years ago)
Author:
eugene
Message:

updates to support PSF.TREND.MASK, CMP input files

File:
1 edited

Legend:

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

    r9530 r9629  
    11
     2#SAVE.OUTPUT    BOOL    TRUE
    23#SAVE.BACKMDL   BOOL    TRUE
    3 #SAVE.BACKGND   BOOL    TRUE
    4 #SAVE.BACKSUB   BOOL    TRUE
     4SAVE.BACKGND    BOOL    TRUE
     5SAVE.BACKSUB    BOOL    TRUE
    56SAVE.RESID      BOOL    TRUE
    6 #SAVE.PSF       BOOL    TRUE
     7SAVE.PSF        BOOL    TRUE
     8
    79#LOAD.PSF       BOOL    FALSE
    810
     
    3032PEAKS_SMOOTH_SIGMA  F32  1.0             # smoothing kernel sigma in pixels
    3133PEAKS_SMOOTH_NSIGMA F32  3.0             # smoothing kernel width in sigmas
    32 PEAKS_NSIGMA_LIMIT  F32  5.0             # peak significance threshold
     34PEAKS_NSIGMA_LIMIT  F32  25.0            # peak significance threshold
    3335
    3436# basic object statistics
     
    7981# APTREND            STR  SKYSAT
    8082# APTREND            STR  SKYBIAS
    81 FULL_FIT_SN_LIM      F32  20.0
     83APTREND.XORDER       S32  2
     84APTREND.YORDER       S32  2
     85FULL_FIT_SN_LIM      F32  50.0
    8286AP_MIN_SN            F32  20.0
    8387MAX_AP_OFFSET        F32  0.5
     
    8690
    8791# test options
    88 # BREAK_POINT         STR  PEAKS
     92
     93# BREAK_POINT may be one of (PEAKS, MOMENTS, PSFMODEL, ENSEMBLE)
    8994# BREAK_POINT         STR  ENSEMBLE
     95
    9096PEAKS_OUTPUT_FILE   STR  peaks.dat
    9197MOMENTS_OUTPUT_FILE STR  moments.dat
     
    9399# POISSON_ERRORS      BOOL TRUE
    94100# SKY_BIAS            F32  0.0
     101
     102# PSFTREND must be a 2D polynomial
     103# the specified values are ignored but define the active components of the polynomial
     104PSF.TREND.MASK  METADATA 
     105   NORDER_X         S32       2                # number of x orders
     106   NORDER_Y         S32       2                # number of y orders
     107   VAL_X00_Y00      F64       1                # polynomial coefficient
     108   VAL_X01_Y00      F64       1                # polynomial coefficient
     109   VAL_X00_Y01      F64       1                # polynomial coefficient
     110   VAL_X02_Y00      F64       1                # polynomial coefficient
     111   VAL_X01_Y01      F64       1                # polynomial coefficient
     112   VAL_X00_Y02      F64       1                # polynomial coefficient
     113   NELEMENTS        S32       6                # number of unmasked components
     114END  # folder for 4D polynomial
     115
     116# APTREND must be a 4D polynomial
     117# the specified values are ignored but define the active components of the polynomial
     118AP.TREND.MASK  METADATA 
     119   NORDER_X             S32   2                # number of x orders
     120   NORDER_Y             S32   2                # number of y orders
     121   NORDER_Z             S32   1                # number of z orders
     122   NORDER_T             S32   1                # number of t orders
     123   VAL_X00_Y00_Z00_T00  F64   1                # polynomial coefficient
     124   VAL_X00_Y00_Z01_T00  F64   0                # polynomial coefficient
     125   NELEMENTS            S32   2                # number of unmasked components
     126END  # folder for 4D polynomial
     127
Note: See TracChangeset for help on using the changeset viewer.