IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13284


Ignore:
Timestamp:
May 4, 2007, 6:40:12 PM (19 years ago)
Author:
eugene
Message:

adding defaults

File:
1 edited

Legend:

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

    r13199 r13284  
    2828SKY_STAT            STR  FITTED_MEAN_V3  # statistic used to measure background
    2929SKY_CLIP_SIGMA      F32  2.0             # statistic used to measure background
     30SKY_SIG             F32  1.0             # optional sky error for
     31
    3032# allowed values for SKY_STAT:
    3133# SAMPLE_MEAN, SAMPLE_MEDIAN, CLIPPED_MEAN, ROBUST_MEAN, ROBUST_QUARTILE, FITTED_MEAN
     
    5658PSF_MOMENTS_RADIUS  F32  3               # calculate initial source moments with this radius
    5759PSF_SN_LIM          F32  50              # minimum S/N for stars used for PSF model
    58 PSF_MAX_NSTARS      S32  300             # limit number of stars used for PSF model
    59 PSF_CLUMP_NSIGMA   F32  1.5             # region of Sx,Sy plane to use for selecting PSF stars
     60PSF_MAX_NSTARS      S32  200             # limit number of stars used for PSF model
     61PSF_CLUMP_NSIGMA    F32  1.5             # region of Sx,Sy plane to use for selecting PSF stars
     62PSF_MIN_DS          F32  0.01
     63PSF_PARAM_WEIGHTS   BOOL FALSE
    6064
    6165# PSF model parameters : choose the PSF model
     
    7074# the specified values are ignored but define the active components of the polynomial
    7175PSF.TREND.MASK  METADATA 
    72    NORDER_X         S32       2                # number of x orders
    73    NORDER_Y         S32       2                # number of y orders
     76   NORDER_X         S32       0                # number of x orders
     77   NORDER_Y         S32       0                # number of y orders
    7478   VAL_X00_Y00      F64       1                # polynomial coefficient
    75    VAL_X01_Y00      F64       1                # polynomial coefficient
    76    VAL_X00_Y01      F64       1                # polynomial coefficient
    77    VAL_X02_Y00      F64       1                # polynomial coefficient
    78    VAL_X01_Y01      F64       1                # polynomial coefficient
    79    VAL_X00_Y02      F64       1                # polynomial coefficient
    80    NELEMENTS        S32       6                # number of unmasked components
     79   NELEMENTS        S32       1                # number of unmasked components
    8180END  # folder for 2D polynomial
    8281
     
    120119# MOMENTS_OUTPUT_FILE STR  moments.dat
    121120# ANALYSIS_REGION     STR  [1000:1600,2800:3400]
    122 # POISSON_ERRORS      BOOL TRUE
    123121
    124122# optional parameter to limit the actual analysis to a fraction of the image
Note: See TracChangeset for help on using the changeset viewer.