IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25659


Ignore:
Timestamp:
Sep 29, 2009, 10:08:32 AM (17 years ago)
Author:
eugene
Message:

limit to only different values

File:
1 edited

Legend:

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

    r25623 r25659  
    11
    2 # these options turn on different inputs and/or outputs
    3 SAVE.BACKMDL    BOOL    TRUE
    4 SAVE.BACKGND    BOOL    TRUE
    5 SAVE.BACKSUB    BOOL    TRUE
    6 SAVE.RESID      BOOL    TRUE
    7 SAVE.PLOTS      BOOL    TRUE
    8 SAVE.PSF        BOOL    TRUE
    9 # LOAD.PSF      BOOL    FALSE
    10 
    11 # smaller than gpc1 or default... (test on GPC1...)
    12 IMSTATS_NPIX        S32  40000           # number of pixels to use for sky estimate boxes:
    13 
    14 # same as ppSim.config?
    15 PSF_MODEL           STR  PS_MODEL_PGAUSS
    16 
    17 PEAKS_NSIGMA_LIMIT  F32  15.0            # peak significance threshold
    18 PSF_SN_LIM          F32  20.0            # minimum S/N for stars used for PSF model
    19 
    20 USE_FOOTPRINTS                      BOOL  T               # use new pmFootprint peak packaging
    21 FOOTPRINT_NSIGMA_LIMIT              F32   14.0            # threshold for bright pmFootprint detection
    22 
    23 # smaller than gpc1 (12), but larger than default (3) test this
    24 PSF_MOMENTS_RADIUS     F32  16.0 # calculate initial source moments with this radius
    25 MOMENTS_GAUSS_SIGMA    F32   4.0 # XXX TEST THIS: sigma in pixels (should be >> seeing equiv)
    26 MOMENTS_SN_MIN         F32   1.0 # min S/N to measure moments
    27 MOMENTS_MIN_PIXEL_SN   F32   0.0 # ---> this should be fixed to 0.0
    28 
    29 # do these need to be smaller than the default??
    30 MOMENTS_SX_MAX                      F32   25.0
    31 MOMENTS_SY_MAX                      F32   25.0
    32 
    33 # robust vs fitted??  gpc1 uses fitted...  robust median gives better background stdev --> test with flat-field photometry
    34 # SKY_STAT            STR  ROBUST_MEDIAN   # statistic used to measure background
    35 # SKY_BIAS            F32   -3.             # offset applied to measured sky (FOR TESTING)
    36 SKY_BIAS            F32  0.0             # offset applied to measured sky (FOR TESTING)
    37 SKY_STAT            STR  FITTED_MEAN_V4   # statistic used to measure background
    38 
    39 # turn off for the moment
    40 PSF.RESIDUALS                       BOOL  TRUE            # generate the residuals?
    41 MEASURE.APTREND                     BOOL  TRUE          ### Gene says there's bugs in this part
    42 
    43 IGNORE_GROWTH                       BOOL  TRUE
    44 INTERPOLATE_AP                      BOOL  TRUE
    45 AP_MIN_SN                           F32   1.0
    46 
    47 PSF_FIT_RADIUS                      F32   5.0            # fitting radius for test PSF model
     2# same as ppSim.config (if YES, <apResid> should be 0.0)
     3# ppSim currently uses PS_MODEL_GAUSS
     4PSF_MODEL                           STR   PS_MODEL_PGAUSS
Note: See TracChangeset for help on using the changeset viewer.