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/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
Note: See TracChangeset for help on using the changeset viewer.