IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 27, 2009, 11:21:32 AM (17 years ago)
Author:
eugene
Message:

various tests

File:
1 edited

Legend:

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

    r25393 r25623  
    44SAVE.BACKGND    BOOL    TRUE
    55SAVE.BACKSUB    BOOL    TRUE
    6 SAVE.RESID      BOOL    TRUE
     6SAVE.RESID      BOOL    TRUE 
    77SAVE.PLOTS      BOOL    TRUE
    8 SAVE.PSF        BOOL    TRUE
    9 LOAD.PSF        BOOL    FALSE
     8SAVE.PSF        BOOL    TRUE 
     9# LOAD.PSF      BOOL    FALSE
    1010
    1111# smaller than gpc1 or default... (test on GPC1...)
     
    1818PSF_SN_LIM          F32  20.0            # minimum S/N for stars used for PSF model
    1919
     20USE_FOOTPRINTS                      BOOL  T               # use new pmFootprint peak packaging
     21FOOTPRINT_NSIGMA_LIMIT              F32   14.0            # threshold for bright pmFootprint detection
     22
    2023# smaller than gpc1 (12), but larger than default (3) test this
    2124PSF_MOMENTS_RADIUS     F32  16.0 # calculate initial source moments with this radius
    2225MOMENTS_GAUSS_SIGMA    F32   4.0 # XXX TEST THIS: sigma in pixels (should be >> seeing equiv)
    23 MOMENTS_SN_MIN         F32  10.0 # min S/N to measure moments
     26MOMENTS_SN_MIN         F32   1.0 # min S/N to measure moments
    2427MOMENTS_MIN_PIXEL_SN   F32   0.0 # ---> this should be fixed to 0.0
    2528
     
    2932
    3033# robust vs fitted??  gpc1 uses fitted...  robust median gives better background stdev --> test with flat-field photometry
    31 SKY_STAT            STR  ROBUST_MEDIAN   # statistic used to measure background
    32 SKY_BIAS            F32   0.0             # offset applied to measured sky (FOR TESTING)
    33 # SKY_STAT            STR  FITTED_MEAN_V4   # statistic used to measure background
     34# SKY_STAT            STR  ROBUST_MEDIAN   # statistic used to measure background
     35# SKY_BIAS            F32   -3.             # offset applied to measured sky (FOR TESTING)
     36SKY_BIAS            F32  0.0             # offset applied to measured sky (FOR TESTING)
     37SKY_STAT            STR  FITTED_MEAN_V4   # statistic used to measure background
    3438
    3539# turn off for the moment
    36 PSF.RESIDUALS                       BOOL  FALSE            # generate the residuals?
     40PSF.RESIDUALS                       BOOL  TRUE            # generate the residuals?
     41MEASURE.APTREND                     BOOL  TRUE          ### Gene says there's bugs in this part
     42
     43IGNORE_GROWTH                       BOOL  TRUE
     44INTERPOLATE_AP                      BOOL  TRUE
     45AP_MIN_SN                           F32   1.0
     46
     47PSF_FIT_RADIUS                      F32   5.0            # fitting radius for test PSF model
Note: See TracChangeset for help on using the changeset viewer.