IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25393


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

more cleanups for simtest psphot

File:
1 edited

Legend:

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

    r25276 r25393  
    11
     2# these options turn on different inputs and/or outputs
    23SAVE.BACKMDL    BOOL    TRUE
    34SAVE.BACKGND    BOOL    TRUE
    45SAVE.BACKSUB    BOOL    TRUE
     6SAVE.RESID      BOOL    TRUE
    57SAVE.PLOTS      BOOL    TRUE
    6 SAVE.RESID      BOOL    TRUE
    78SAVE.PSF        BOOL    TRUE
    89LOAD.PSF        BOOL    FALSE
    910
    10 IMSTATS_NPIX        S32  3000            # number of pixels to use for sky estimate boxes:
    11 SKY_INNER_RADIUS    F32    10            # square annulus for local sky measurement
     11# smaller than gpc1 or default... (test on GPC1...)
     12IMSTATS_NPIX        S32  40000           # number of pixels to use for sky estimate boxes:
    1213
    13 PSF_MOMENTS_RADIUS  F32    7               # calculate initial source moments with this radius
     14# same as ppSim.config?
     15PSF_MODEL           STR  PS_MODEL_PGAUSS
    1416
    15 #PSPHOT_TEST METADATA
    16 # SAVE.BACKSUB  BOOL    FALSE
    17 # SAVE.RESID    BOOL    TRUE
    18 #END
    19 #
    20 #PEAKS_OUTPUT_FILE   STR  peaks.dat
    21 #MOMENTS_OUTPUT_FILE STR  moments.dat
     17PEAKS_NSIGMA_LIMIT  F32  15.0            # peak significance threshold
     18PSF_SN_LIM          F32  20.0            # minimum S/N for stars used for PSF model
    2219
    23 PSF_SN_LIM          F32  20.0            # minimum S/N for stars used for PSF model
    24 MOMENTS_SN_MIN      F32  10.0            # min S/N to measure moments
    25 FULL_FIT_SN_LIM     F32  100.0
    26 EXT_MIN_SN          F32  100.0           # fit galaxies above this S/N limit
     20# smaller than gpc1 (12), but larger than default (3) test this
     21PSF_MOMENTS_RADIUS     F32  16.0 # calculate initial source moments with this radius
     22MOMENTS_GAUSS_SIGMA    F32   4.0 # XXX TEST THIS: sigma in pixels (should be >> seeing equiv)
     23MOMENTS_SN_MIN         F32  10.0 # min S/N to measure moments
     24MOMENTS_MIN_PIXEL_SN   F32   0.0 # ---> this should be fixed to 0.0
    2725
     26# do these need to be smaller than the default??
    2827MOMENTS_SX_MAX                      F32   25.0
    2928MOMENTS_SY_MAX                      F32   25.0
    3029
    31 PEAKS_NSIGMA_LIMIT   F32  25.0           # peak significance threshold
    32 PEAKS_NSIGMA_LIMIT_2 F32  10.0           # peak significance threshold
    33 BREAK_POINT         STR  NONE            # limit total processing for now (for speed)
     30# robust vs fitted??  gpc1 uses fitted...  robust median gives better background stdev --> test with flat-field photometry
     31SKY_STAT            STR  ROBUST_MEDIAN   # statistic used to measure background
     32SKY_BIAS            F32   0.0             # offset applied to measured sky (FOR TESTING)
     33# SKY_STAT            STR  FITTED_MEAN_V4   # statistic used to measure background
    3434
    35 
    36 SKY_STAT            STR  ROBUST_MEDIAN   # statistic used to measure background
     35# turn off for the moment
     36PSF.RESIDUALS                       BOOL  FALSE            # generate the residuals?
Note: See TracChangeset for help on using the changeset viewer.