IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25395


Ignore:
Timestamp:
Sep 15, 2009, 3:48:51 PM (17 years ago)
Author:
eugene
Message:

cleanup unneeded differences from default, some testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/ippconfig/mosaic2/psphot.config

    r25276 r25395  
    33SAVE.RESID      BOOL    TRUE
    44
    5 IMSTATS_NPIX        S32  1000            # number of pixels to use for sky estimate boxes:
     5IMSTATS_NPIX        S32  10000           # number of pixels to use for sky estimate boxes:
    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
     7# robust vs fitted??  gpc1 uses fitted...  robust median gives better background stdev --> test with flat-field photometry
     8SKY_STAT            STR  ROBUST_MEDIAN   # statistic used to measure background
    99
    1010# PSF model parameters : choose the PSF model
     
    1212# if you want to list multiple entries, uncomment 'MULTI' here
    1313# PSF_MODEL           MULTI
     14
    1415PSF_MODEL           STR  PS_MODEL_QGAUSS
    1516# PSF_MODEL           STR  PS_MODEL_GAUSS
     
    1718# PSF_MODEL           STR  PS_MODEL_TGAUSS  ## not well tested, not very successful
    1819
    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
     20PSF_CLUMP_NX        S32   1               # subdivide image in to NX x NY regions for
     21PSF_CLUMP_NY        S32   3               # selecting PSF stars
    2322
     23PSF_MAX_NSTARS      S32  300             # limit number of stars used for PSF model
    2424USE_FOOTPRINTS                      BOOL  TRUE            # use new pmFootprint peak packaging
    2525
     26PEAKS_NSIGMA_LIMIT   F32  15.0            # peak significance threshold
     27MOMENTS_SN_MIN       F32  10.0           # min S/N to measure moments
     28PSF_SN_LIM           F32  20.0            # minimum S/N for stars used for PSF model
     29FULL_FIT_SN_LIM      F32  20.0
     30EXT_MIN_SN           F32  20.0           # fit galaxies above this S/N limit
     31AP_MIN_SN            F32  10.0
     32
    2633## gene's overrides for testing:
    27 PEAKS_NSIGMA_LIMIT_2 F32  10.0           # peak significance threshold
     34PEAKS_NSIGMA_LIMIT_2 F32  5.0            # peak significance threshold
    2835
    2936EXT_MODEL           STR  PS_MODEL_QGAUSS
    3037
    31 TEST_FIT            BOOL FALSE
    32 TEST_FIT_X          F32  781
    33 TEST_FIT_Y          F32  830
     38PSF_MOMENTS_RADIUS   F32    7               # calculate initial source moments with this radius
     39MOMENTS_MIN_PIXEL_SN F32  0.0             # XXX caution on this: too high and we will excessively clip
     40MOMENTS_GAUSS_SIGMA  F32  2.0             # XXX TEST THIS: sigma in pixels (should be >> seeing equiv)
    3441
    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
    45 MOMENTS_MIN_PIXEL_SN F32    0.0
    46 MOMENTS_GAUSS_SIGMA  F32    2.0
     42PSPHOT.EXT.NSIGMA.LIMIT             F32   3.0  # sources with extNsigma greater that this get tagged as likely extended sources
     43PSPHOT.EXT.NSIGMA.MOMENTS           F32   2.0  # sources with extNsigma greater that this get tagged as likely extended sources
Note: See TracChangeset for help on using the changeset viewer.