IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 2, 2009, 3:13:59 PM (17 years ago)
Author:
eugene
Message:

changes from gene@dev branch: drop excess info in camera-specific psphot.config files; fixes to ppSim.config and simtest astrometry

File:
1 edited

Legend:

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

    r15044 r25756  
    11
    22# turn these on to see specific outputs
    3 SAVE.BACKMDL    BOOL    TRUE
    4 SAVE.BACKGND    BOOL    TRUE
    5 SAVE.BACKSUB    BOOL    TRUE
    6 SAVE.RESID      BOOL    TRUE
    7 SAVE.PSF        BOOL    TRUE
    83SAVE.PLOTS      BOOL    TRUE
    94
    10 # image statistics parameters
    11 IMSTATS_NPIX        S32  5000            # number of pixels to use for sky estimate boxes:
    12 SKY_STAT            STR  FITTED_MEAN_V4  # statistic used to measure background
    13 
    14 PSF_SN_LIM          F32  30              # minimum S/N for stars used for PSF model
    15 PSF_MAX_NSTARS      S32  300             # limit number of stars used for PSF model
    16 
     5# PSF model parameters : choose the PSF model
    176PSF_MODEL           STR  PS_MODEL_PGAUSS
    187
    19 MOMENTS_SN_MIN      F32   30.0
    20 MOMENTS_AR_MAX      F32   2.0            # maximum axial ratio: 1 / AR < (sx / sy) < AR
    21 
    22 #EXT_MIN_SN           F32  50.0           # fit galaxies above this S/N limit
    23 #FULL_FIT_SN_LIM      F32  50.0
    24 #AP_MIN_SN            F32  20.0
     8# xxx check this:
    259PSF_CLUMP_NSIGMA   F32  3.5             # region of Sx,Sy plane to use for selecting PSF stars
    2610
    27 # PSFTREND must be a 2D polynomial
    28 # the specified values are ignored but define the active components of the polynomial
    29 PSF.TREND.MASK  METADATA 
    30    NORDER_X         S32       3                # number of x orders
    31    NORDER_Y         S32       3                # number of y orders
    32    VAL_X00_Y00      F64       1                # polynomial coefficient
    33 
    34    VAL_X01_Y00      F64       1                # polynomial coefficient
    35    VAL_X00_Y01      F64       1                # polynomial coefficient
    36 
    37    VAL_X02_Y00      F64       1                # polynomial coefficient
    38    VAL_X01_Y01      F64       1                # polynomial coefficient
    39    VAL_X00_Y02      F64       1                # polynomial coefficient
    40 
    41    VAL_X03_Y00      F64       1                # polynomial coefficient
    42    VAL_X02_Y01      F64       1                # polynomial coefficient
    43    VAL_X01_Y02      F64       1                # polynomial coefficient
    44    VAL_X00_Y03      F64       1                # polynomial coefficient
    45    NELEMENTS        S32       10               # number of unmasked components
    46 END  # folder for 4D polynomial
    47 
     11# XXX set other 2D trends
    4812PSF.TREND.NX S32 4
    4913PSF.TREND.NY S32 4
    50 
    51 XMIN F32 15
    52 
    53 PSF.RESIDUALS       BOOL true
    54 PSF.RESIDUALS.SPATIAL_ORDER S32 1
    55 
    56 BREAK_POINT         STR  ENSEMBLE
    57 OUTPUT.FORMAT       STR  PS1_DEV_0
    58 
    59 PSPHOT.SUMMIT METADATA
    60  PEAKS_SMOOTH_SIGMA  F32  0.8            # peak significance threshold
    61  PEAKS_NSIGMA_LIMIT  F32  50.0           # peak significance threshold
    62  PEAKS_NMAX          S32  1000
    63  SAVE.RESID     BOOL    FALSE
    64  PSF_SN_LIM          F32  25              # minimum S/N for stars used for PSF model
    65  MOMENTS_SN_MIN      F32   25.0
    66  PSF_MODEL         STR  PS_MODEL_PGAUSS
    67 END
    68 
    69 DIAGNOSTIC.PLOTS                METADATA
    70   IMAGE.BACKGROUND.CELL.HISTOGRAM   BOOL FALSE
    71   IMAGE.BACKGROUND.CELL.HISTOGRAM.X S32  4
    72   IMAGE.BACKGROUND.CELL.HISTOGRAM.Y S32  7
    73 END
    74 
    75 SKY_BIAS F32 0.5
    76 AP_MIN_SN            F32  30.0
Note: See TracChangeset for help on using the changeset viewer.