IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25756 for trunk/ippconfig/gpc1


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/gpc1/psphot.config

    r24402 r25756  
    11
    2 # turn these on to see specific outputs
    3 SAVE.OUTPUT     BOOL    TRUE
    4 SAVE.BACKMDL    BOOL    TRUE
    5 SAVE.PSF        BOOL    TRUE
    6 SAVE.PLOTS      BOOL    TRUE
     2BACKGROUND.XBIN                     S32   256           # size of background superpixels
     3BACKGROUND.YBIN                     S32   256           # size of background superpixels
    74
    8 # for testing:
    9 # BREAK_POINT STR BACKMDL
     5SOFTEN.VARIANCE                     BOOL  TRUE          # XXX drop? soften the errors for bright pixels
     6SOFTEN.VARIANCE.FRACTION            F32   0.005
    107
    11 BACKGROUND.XBIN     S32  256            # size of background superpixels
    12 BACKGROUND.YBIN     S32  256            # size of background superpixels
     8PEAKS_SMOOTH_SIGMA                  F32   2.5           # smoothing kernel sigma in pixels
    139
    14 # image background parameters
    15 IMSTATS_NPIX        S32  10000           # number of pixels to use for sky estimate boxes:
    16 SKY_STAT            STR  FITTED_MEAN_V4  # statistic used to measure background
    17 SKY_CLIP_SIGMA      F32  2.0             # statistic used to measure background
     10PSF_CLUMP_NX                        S32   3             # subdivide image in to NX x NY regions for
     11PSF_CLUMP_NY                        S32   3             # selecting PSF stars
     12PSF_CLUMP_GRID_SCALE                F32   2.5           # XXX too large? size of Sx,Sy image pixel
    1813
    19 PEAKS_SMOOTH_SIGMA  F32   2.5            # smoothing kernel sigma in pixels
    20 PEAKS_NMAX          S32   5000           # on first pass, only keep NMAX peaks (0 == all)
    21 PEAKS_NSIGMA_LIMIT  F32   25.0           # peak significance threshold
    22 PEAKS_NSIGMA_LIMIT_2 F32   5.0           # peak significance threshold
    23 
    24 PSF_SN_LIM          F32  25              # minimum S/N for stars used for PSF model
    25 PSF_MAX_NSTARS      S32  300             # limit number of stars used for PSF model
    26 PSF_CLUMP_NX        S32   3               # subdivide image in to NX x NY regions for
    27 PSF_CLUMP_NY        S32   3               # selecting PSF stars
    28 PSF_MOMENTS_RADIUS  F32  12               # calculate initial source moments with this radius
    29 PSF_CLUMP_GRID_SCALE F32 2.5            # size of Sx,Sy image pixel
    30 
    31 PSF.RESIDUALS       BOOL  TRUE            # generate the residuals?
     14PSF.RESIDUALS.RADIUS                F32   9.0           # keep this pixel if residual is more significant than this
     15PSF.RESIDUALS.SPATIAL_ORDER         S32   1             # fit spatial variations of the residuals at this order (0,1)
    3216
    3317# PSF model parameters : choose the PSF model desired
    34 PSF_MODEL           STR  PS_MODEL_PS1_V1
    35 PSPHOT.CR.NSIGMA.SOFTEN             F32   0.0025            # Softening parameter for weights
     18PSF_MODEL                           STR   PS_MODEL_PS1_V1
     19PSPHOT.CR.NSIGMA.SOFTEN             F32   0.0025        # Softening parameter for weights in CR stat
    3620
    37 PSF.TREND.MODE                      STR   MAP # other options: POLY_CHEB, POLY_ORD
    3821PSF.TREND.NX                        S32   3
    3922PSF.TREND.NY                        S32   3
    4023
    41 EXT_MIN_SN           F32  50.0           # fit galaxies above this S/N limit
    42 FULL_FIT_SN_LIM      F32  25.0
    43 MOMENTS_SN_MIN      F32    5.0
    44 AP_MIN_SN            F32   5.0
     24# rename NONLINEAR_FIT_SN_LIM?
     25FULL_FIT_SN_LIM                     F32   25.0
    4526
    46 OUTPUT.FORMAT        STR  PS1_V2
     27APTREND.ORDER.MAX                   S32   3
    4728
    48 PSF_SHAPE_NSIGMA     F32  3.0            # max significance for shape variation
    49 PSF_MAX_CHI          F32  50.0           # reject objects worse that this
    50 
    51 MEASURE.APTREND      BOOL TRUE           ### XXX for now, skip this (too many errors)
    52 APTREND.ORDER.MAX    S32  3
    53 
    54 DIAGNOSTIC.PLOTS                    METADATA
     29DIAGNOSTIC.PLOTS METADATA
    5530  IMAGE.BACKGROUND.CELL.HISTOGRAM   BOOL  FALSE
    5631  IMAGE.BACKGROUND.CELL.HISTOGRAM.X S32   32
     
    5833END
    5934
    60 USE_FOOTPRINTS                      BOOL  TRUE            # use new pmFootprint peak packaging
    61 
    62 DIFF    METADATA
    63         BACKGROUND.XBIN     S32  32            # size of background superpixels
    64         BACKGROUND.YBIN     S32  32            # size of background superpixels
     35DIFF METADATA
     36  BACKGROUND.XBIN                   S32  32            # size of background superpixels
     37  BACKGROUND.YBIN                   S32  32            # size of background superpixels
    6538END
Note: See TracChangeset for help on using the changeset viewer.