IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25623


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

various tests

Location:
branches/eam_branches/20090715/ippconfig
Files:
4 edited

Legend:

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

    r24402 r25623  
    33SAVE.OUTPUT     BOOL    TRUE
    44SAVE.BACKMDL    BOOL    TRUE
     5SAVE.BACKGND    BOOL    TRUE
     6SAVE.BACKSUB    BOOL    TRUE
    57SAVE.PSF        BOOL    TRUE
    68SAVE.PLOTS      BOOL    TRUE
    7 
    8 # for testing:
    9 # BREAK_POINT STR BACKMDL
    109
    1110BACKGROUND.XBIN     S32  256            # size of background superpixels
     
    1615SKY_STAT            STR  FITTED_MEAN_V4  # statistic used to measure background
    1716SKY_CLIP_SIGMA      F32  2.0             # statistic used to measure background
     17
     18# soften the errors for bright pixels:
     19SOFTEN.VARIANCE                     BOOL  TRUE
     20SOFTEN.VARIANCE.FRACTION            F32   0.005
    1821
    1922PEAKS_SMOOTH_SIGMA  F32   2.5            # smoothing kernel sigma in pixels
     
    2932PSF_CLUMP_GRID_SCALE F32 2.5            # size of Sx,Sy image pixel
    3033
    31 PSF.RESIDUALS       BOOL  TRUE            # generate the residuals?
     34PSF.RESIDUALS         BOOL  TRUE            # generate the residuals?
     35PSF.RESIDUALS.PIX.SN   F32   0.0             # keep this pixel if residual is more significant than this
     36PSF.RESIDUALS.RADIUS   F32   9.0             # keep this pixel if residual is more significant than this
     37PSF.RESIDUALS.SPATIAL_ORDER S32  1               # fit spatial variations of the residuals at this order (0,1)
     38# PSF.RESIDUALS       BOOL  FALSE            # generate the residuals?
    3239
    3340# PSF model parameters : choose the PSF model desired
     
    3845PSF.TREND.NX                        S32   3
    3946PSF.TREND.NY                        S32   3
     47
     48PSF_FIT_RADIUS_SCALE                F32   7.0            # fitting radius for test PSF model
     49PSF_APERTURE_SCALE                  F32   4.0            # fitting radius for test PSF model
    4050
    4151EXT_MIN_SN           F32  50.0           # fit galaxies above this S/N limit
  • branches/eam_branches/20090715/ippconfig/mosaic2/psphot.config

    r25507 r25623  
    11       
    2 # turn these on to see specific outputs
    3 SAVE.RESID      BOOL    TRUE
    4 
    52IMSTATS_NPIX        S32  10000           # number of pixels to use for sky estimate boxes:
    63
     
    4845
    4946EXTENDED_SOURCE_SN_LIM              F32   3.0
    50 EXTENDED_SOURCE_ANALYSIS            BOOL  TRUE  # perform any of the aperture-like measurements?
    51 EXTENDED_SOURCE_PETROSIAN           BOOL  TRUE
     47#EXTENDED_SOURCE_ANALYSIS            BOOL  TRUE  # perform any of the aperture-like measurements?
     48#EXTENDED_SOURCE_PETROSIAN           BOOL  TRUE
    5249
    5350PSF.RESIDUALS.NSIGMA                F32   3.0             # clip input stack of NSIGMA outliers
     
    5552PSF.RESIDUALS.PIX.SN                F32   0.0             # keep this pixel if residual is more significant than this
    5653PSF.RESIDUALS.RADIUS                F32   8.0             # keep this pixel if residual is more significant than this
     54
     55MEASURE.APTREND                     BOOL  TRUE
     56APTREND.ORDER.MAX    S32  3
     57
     58PSF_FIT_RADIUS                      F32   9.0            # fitting radius for test PSF model
  • branches/eam_branches/20090715/ippconfig/simtest/camera.config

    r25022 r25623  
    6464  CMF.XSRC STR {CHIP.NAME}.xsrc # use .PSF and .EXT?
    6565  CMF.XFIT STR {CHIP.NAME}.xfit # use .PSF and .EXT?
     66  CMF.DETEFF STR {CHIP.NAME}.deteff
    6667
    6768  PSF.HEAD  STR {CHIP.NAME}.hdr
  • 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.