IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2010, 8:38:03 AM (16 years ago)
Author:
eugene
Message:

updates from trunk

Location:
branches/simmosaic_branches/ippconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/simmosaic_branches/ippconfig

  • branches/simmosaic_branches/ippconfig/mosaic2/psphot.config

    r19864 r27837  
    11       
    2 # turn these on to see specific outputs
    3 SAVE.RESID      BOOL    TRUE
     2IMSTATS_NPIX                         S32   10000         # number of pixels to use for sky estimate boxes:
    43
    5 IMSTATS_NPIX        S32  1000            # number of pixels to use for sky estimate boxes:
     4# robust vs fitted??  gpc1 uses fitted...  robust median gives better background stdev --> test with flat-field photometry
     5SKY_STAT                             STR   ROBUST_MEDIAN    # statistic used to measure background
    66
    7 PSF_SN_LIM          F32  20             # minimum S/N for stars used for PSF model
    8 PSF_MAX_NSTARS      S32  300             # limit number of stars used for PSF model
     7PSF_MODEL                            STR   PS_MODEL_QGAUSS
     8PSF_MAX_NSTARS                       S32   300              # limit number of stars used for PSF model
    99
    10 # PSF model parameters : choose the PSF model
    11 # list as many PSF_MODEL options as desired
    12 # if you want to list multiple entries, uncomment 'MULTI' here
    13 # PSF_MODEL           MULTI
    14 PSF_MODEL           STR  PS_MODEL_QGAUSS
    15 # PSF_MODEL           STR  PS_MODEL_GAUSS
    16 # PSF_MODEL           STR  PS_MODEL_PGAUSS
    17 # PSF_MODEL           STR  PS_MODEL_TGAUSS  ## not well tested, not very successful
     10# Mosaic 2 has substantial IQ variations in the y-direction
     11PSF_CLUMP_NX                         S32   1               # subdivide image in to NX x NY regions for
     12PSF_CLUMP_NY                         S32   3               # selecting PSF stars
    1813
    19 MOMENTS_SN_MIN       F32  10.0           # min S/N to measure moments
    20 EXT_MIN_SN           F32  20.0           # fit galaxies above this S/N limit
    21 FULL_FIT_SN_LIM      F32  20.0
    22 AP_MIN_SN            F32  25.0
     14# Mosaic 2 has substantial IQ variations in the y-direction
     15PSF.TREND.NX                         S32   1
     16PSF.TREND.NY                         S32   3
    2317
    24 USE_FOOTPRINTS                      BOOL  TRUE            # use new pmFootprint peak packaging
     18PEAKS_NSIGMA_LIMIT                   F32   15.0            # peak significance threshold
     19FOOTPRINT_NSIGMA_LIMIT               F32   14.0           # threshold for bright pmFootprint detection
    2520
    26 ## gene's overrides for testing:
    27 PEAKS_NSIGMA_LIMIT_2 F32  10.0           # peak significance threshold
     21PSF_SN_LIM                           F32   20.0            # minimum S/N for stars used for PSF model
     22FULL_FIT_SN_LIM                      F32   10.0
     23EXT_MIN_SN                           F32   10.0           # fit galaxies above this S/N limit
    2824
    29 EXT_MODEL           STR  PS_MODEL_QGAUSS
     25EXT_MODEL                            STR   PS_MODEL_QGAUSS
    3026
    31 TEST_FIT            BOOL FALSE
    32 TEST_FIT_X          F32  781
    33 TEST_FIT_Y          F32  830
     27EXTENDED_SOURCE_SN_LIM               F32   3.0
     28#EXTENDED_SOURCE_ANALYSIS            BOOL  TRUE  # perform any of the aperture-like measurements?
     29#EXTENDED_SOURCE_PETROSIAN           BOOL  TRUE
    3430
    35 TEST_FIT_MODE       STR  CONV
    36 #TEST_FIT_MODE       STR PSF
    37 #TEST_FIT_MODE       STR  EXT
    38 
    39 #TEST_FIT_MODEL      STR  PS_MODEL_SERSIC
    40 TEST_FIT_MODEL      STR  PS_MODEL_QGAUSS
    41 TEST_MOMENTS_RADIUS F32 9.0
    42 OUTPUT.FORMAT       STR PS1_DEV_1
    43 
    44 PSF_MOMENTS_RADIUS  F32    7               # calculate initial source moments with this radius
     31# 3 to match PSF and Moments 2D variations
     32APTREND.ORDER.MAX                    S32   3
Note: See TracChangeset for help on using the changeset viewer.