IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 27, 2007, 2:33:29 PM (19 years ago)
Author:
eugene
Message:

updates to ippconfig for psphot / cfh12k / gpc1

File:
1 edited

Legend:

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

    r14645 r15044  
    33SAVE.OUTPUT     BOOL    TRUE
    44SAVE.BACKMDL    BOOL    TRUE
    5 #SAVE.RESID     BOOL    TRUE
    6 #SAVE.BACKGND   BOOL    TRUE
    7 #SAVE.BACKSUB   BOOL    TRUE
    85SAVE.PSF        BOOL    TRUE
    9 #LOAD.PSF       BOOL    FALSE
    106SAVE.PLOTS      BOOL    TRUE
    117
    12 BACKGROUND.XBIN     S32   64            # size of background superpixels
    13 BACKGROUND.YBIN     S32   64            # size of background superpixels
     8BACKGROUND.XBIN     S32   128           # size of background superpixels
     9BACKGROUND.YBIN     S32   128           # size of background superpixels
    1410
    1511# image background parameters
    16 IMSTATS_NPIX        S32  5000            # number of pixels to use for sky estimate boxes:
    17 SKY_STAT            STR  FITTED_MEAN_V3  # statistic used to measure background
    18 SKY_CLIP_SIGMA    F32  2.0             # statistic used to measure background
     12IMSTATS_NPIX        S32  10000           # number of pixels to use for sky estimate boxes:
    1913
    20 # SAMPLE_MEAN, SAMPLE_MEDIAN, CLIPPED_MEAN, ROBUST_MEAN, ROBUST_QUARTILE, FITTED_MEAN
    21 # FITTED_MEAN_V2, FITTED_MEAN_V3
    22 
    23 PSF_SN_LIM          F32  100             # minimum S/N for stars used for PSF model
     14PSF_SN_LIM          F32  50              # minimum S/N for stars used for PSF model
    2415PSF_MAX_NSTARS      S32  300             # limit number of stars used for PSF model
    2516
     
    2718PSF_MODEL           STR  PS_MODEL_QGAUSS
    2819
    29 MOMENTS_SN_MIN      F32  20.0           # min S/N to measure moments
     20MOMENTS_SN_MIN       F32  20.0           # min S/N to measure moments
    3021EXT_MIN_SN           F32  50.0           # fit galaxies above this S/N limit
    3122FULL_FIT_SN_LIM      F32  50.0
     
    3526# BREAK_POINT         STR ENSEMBLE
    3627
    37 # OUTPUT.FORMAT       STR SMPDATA
    38 OUTPUT.FORMAT       STR PS1_DEV_0
     28OUTPUT.FORMAT       STR PS1_DEV_1
    3929
    4030# masking parameters (XXX EAM : rework this to use psRegion like ANALYSIS_REGION)
     
    4333YMIN                F32   +10            # minimum valid y-coord
    4434YMAX                F32   -10            # maximum valid y-coord
    45 
    46 PSPHOT.FIXED.PSF METADATA
    47   # PSF.TREND.MASK must be a 2D polynomial
    48   # the specified values are ignored but define the active components of the polynomial
    49   PSF.TREND.MASK  METADATA 
    50      NORDER_X         S32       0                # number of x orders
    51      NORDER_Y         S32       0                # number of y orders
    52      VAL_X00_Y00      F64       1                # polynomial coefficient
    53      NELEMENTS        S32       1                # number of unmasked components
    54   END  # folder for 2D polynomial
    55  
    56   PSF_SN_LIM          F32  20              # minimum S/N for stars used for PSF model
    57 END
Note: See TracChangeset for help on using the changeset viewer.