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

    r24067 r25756  
    1 
    2 # turn these on to see specific outputs
    3 SAVE.OUTPUT     BOOL    TRUE
    4 SAVE.BACKMDL    BOOL    TRUE
    5 #SAVE.RESID     BOOL    TRUE
    6 #SAVE.BACKGND   BOOL    TRUE
    7 SAVE.BACKSUB    BOOL    TRUE
    8 SAVE.PSF        BOOL    TRUE
    9 #LOAD.PSF       BOOL    FALSE
    10 #SAVE.PLOTS             BOOL    TRUE
    11 
    12 # for testing:
    13 # BREAK_POINT STR BACKMDL
    14 
    151
    162BACKGROUND.XBIN     S32  256            # size of background superpixels
    173BACKGROUND.YBIN     S32  256            # size of background superpixels
    184
    19 # image background parameters
    20 IMSTATS_NPIX        S32  10000           # number of pixels to use for sky estimate boxes:
    21 SKY_STAT            STR  FITTED_MEAN_V4  # statistic used to measure background
    22 SKY_CLIP_SIGMA      F32  2.0             # statistic used to measure background
    23 
    24 PEAKS_SMOOTH_SIGMA  F32   2.5            # smoothing kernel sigma in pixels
    25 PEAKS_NMAX          S32   5000           # on first pass, only keep NMAX peaks (0 == all)
    26 PEAKS_NSIGMA_LIMIT  F32   25.0           # peak significance threshold
    27 PEAKS_NSIGMA_LIMIT_2 F32   5.0           # peak significance threshold
    28 
    29 PSF_SN_LIM          F32  25              # minimum S/N for stars used for PSF model
    30 PSF_MAX_NSTARS      S32  300             # limit number of stars used for PSF model
     5# what is the 2D variation of the SDSS PSF?
    316PSF_CLUMP_NX        S32   3               # subdivide image in to NX x NY regions for
    327PSF_CLUMP_NY        S32   3               # selecting PSF stars
    33 PSF_MOMENTS_RADIUS  F32  12               # calculate initial source moments with this radius
     8
     9# test this:
    3410PSF_CLUMP_GRID_SCALE F32 2.5            # size of Sx,Sy image pixel
    35 
    36 PSF.RESIDUALS       BOOL  TRUE            # generate the residuals?
    3711
    3812# PSF model parameters : choose the PSF model desired
    3913PSF_MODEL           STR  PS_MODEL_PS1_V1
    40 PSPHOT.CR.NSIGMA.SOFTEN             F32   0.0025            # Softening parameter for weights
    4114
    4215# Use same default setting as in 2.6.1 (MAP is now global default)
     
    4518PSF.TREND.NY                        S32   0
    4619
    47 EXT_MIN_SN           F32  50.0           # fit galaxies above this S/N limit
    48 FULL_FIT_SN_LIM      F32  25.0
    49 MOMENTS_SN_MIN      F32    5.0
    50 AP_MIN_SN            F32   5.0
    51 
    52 OUTPUT.FORMAT        STR  PS1_V1
    53 
    54 PSF_SHAPE_NSIGMA     F32  3.0            # max significance for shape variation
    55 PSF_MAX_CHI          F32  50.0           # reject objects worse that this
    56 
    57 MEASURE.APTREND      BOOL TRUE           ### XXX for now, skip this (too many errors)
    58 APTREND.ORDER.MAX    S32  3
    59 
    60 # BREAK_POINT STR PASS1
    61 
     20# match the SDSS radius:
    6221PSF_REF_RADIUS      F32  18.7            # aperture magnitudes are scaled via
    6322                                         # curve-of-growth to this radius
    64 
    65 DIAGNOSTIC.PLOTS                    METADATA
    66   IMAGE.BACKGROUND.CELL.HISTOGRAM   BOOL  FALSE
    67   IMAGE.BACKGROUND.CELL.HISTOGRAM.X S32   32
    68   IMAGE.BACKGROUND.CELL.HISTOGRAM.Y S32   15
    69 END
    70 
    71 USE_FOOTPRINTS                      BOOL  TRUE            # use new pmFootprint peak packaging
    72 
    73 # Default is noap, nopsf; following recipes turn on one or both of these
    74 
     23# for tests: Default is noap, nopsf; following recipes turn on one or both of these
    7524PSPHOT_NOAP_PSF METADATA
    7625 PSF.TREND.MODE         STR     MAP
     
    9645END
    9746
     47# put these values in the master?
    9848DIFF    METADATA
    9949        BACKGROUND.XBIN     S32  32            # size of background superpixels
Note: See TracChangeset for help on using the changeset viewer.