IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13163


Ignore:
Timestamp:
May 2, 2007, 2:59:33 PM (19 years ago)
Author:
eugene
Message:

various updates to make this more responsive

File:
1 edited

Legend:

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

    r12376 r13163  
    88
    99# image statistics parameters
    10 IMSTATS_NPIX        S32  1000            # number of pixels to use for sky estimate boxes:
     10IMSTATS_NPIX        S32  3000            # number of pixels to use for sky estimate boxes:
    1111
    12 PSF_SN_LIM          F32  25              # minimum S/N for stars used for PSF model
     12PSF_SN_LIM          F32  10              # minimum S/N for stars used for PSF model
    1313PSF_MAX_NSTARS      S32  300             # limit number of stars used for PSF model
    1414
    15 # PSF model parameters : choose the PSF model
    16 # list as many PSF_MODEL options as desired
    17 # PSF_MODEL         MULTI
    1815PSF_MODEL         STR  PS_MODEL_QGAUSS
    19 # PSF_MODEL         STR  PS_MODEL_GAUSS
    20 # PSF_MODEL         STR  PS_MODEL_PGAUSS
    21 # PSF_MODEL           STR  PS_MODEL_TEST1
    2216
    2317MOMENTS_SN_MIN      F32   10.0
    24 EXT_MIN_SN           F32  50.0           # fit galaxies above this S/N limit
    25 FULL_FIT_SN_LIM      F32  50.0
    26 AP_MIN_SN            F32  20.0
     18#EXT_MIN_SN           F32  50.0           # fit galaxies above this S/N limit
     19#FULL_FIT_SN_LIM      F32  50.0
     20#AP_MIN_SN            F32  20.0
     21PSF_CLUMP_NSIGMA   F32  2.5             # region of Sx,Sy plane to use for selecting PSF stars
    2722
    2823# PSFTREND must be a 2D polynomial
    2924# the specified values are ignored but define the active components of the polynomial
    3025PSF.TREND.MASK  METADATA 
    31    NORDER_X         S32       2                # number of x orders
    32    NORDER_Y         S32       2                # number of y orders
     26   NORDER_X         S32       3                # number of x orders
     27   NORDER_Y         S32       3                # number of y orders
    3328   VAL_X00_Y00      F64       1                # polynomial coefficient
     29
    3430   VAL_X01_Y00      F64       1                # polynomial coefficient
    3531   VAL_X00_Y01      F64       1                # polynomial coefficient
     32
    3633   VAL_X02_Y00      F64       1                # polynomial coefficient
    3734   VAL_X01_Y01      F64       1                # polynomial coefficient
    3835   VAL_X00_Y02      F64       1                # polynomial coefficient
    39    NELEMENTS        S32       6                # number of unmasked components
     36
     37   VAL_X03_Y00      F64       1                # polynomial coefficient
     38   VAL_X02_Y01      F64       1                # polynomial coefficient
     39   VAL_X01_Y02      F64       1                # polynomial coefficient
     40   VAL_X00_Y03      F64       1                # polynomial coefficient
     41   NELEMENTS        S32       10               # number of unmasked components
    4042END  # folder for 4D polynomial
    4143
    42 # APTREND must be a 4D polynomial
    43 # the specified values are ignored but define the active components of the polynomial
    44 AP.TREND.MASK  METADATA 
    45    NORDER_X             S32   2                # number of x orders
    46    NORDER_Y             S32   2                # number of y orders
    47    NORDER_Z             S32   1                # number of z orders
    48    NORDER_T             S32   1                # number of t orders
    49    VAL_X00_Y00_Z00_T00  F64   1                # polynomial coefficient
    50    VAL_X00_Y00_Z01_T00  F64   0                # polynomial coefficient
    51    NELEMENTS            S32   2                # number of unmasked components
    52 END  # folder for 4D polynomial
     44XMIN F32 15
     45PSF.RESIDUALS       BOOL false
     46BREAK_POINT         STR  ENSEMBLE
     47OUTPUT.FORMAT       STR  PS1_DEV_0
     48
     49PSPHOT.SUMMIT METADATA
     50 PEAKS_SMOOTH_SIGMA  F32  0.8            # peak significance threshold
     51 PEAKS_NSIGMA_LIMIT  F32  50.0           # peak significance threshold
     52 PEAKS_NMAX          S32  1000
     53 SAVE.RESID     BOOL    FALSE
     54 PSF_SN_LIM          F32  25              # minimum S/N for stars used for PSF model
     55 MOMENTS_SN_MIN      F32   25.0
     56 PSF_MODEL         STR  PS_MODEL_PGAUSS
     57END
Note: See TracChangeset for help on using the changeset viewer.