IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 3, 2007, 10:49:31 AM (19 years ago)
Author:
eugene
Message:

tuning psphot, psastro, adding pswarp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/megacam/psphot.config

    r12595 r12723  
    11
     2# turn these on to see specific outputs
     3# SAVE.OUTPUT   BOOL    FALSE
    24SAVE.BACKMDL    BOOL    TRUE
    3 SAVE.BACKGND    BOOL    TRUE
    4 SAVE.BACKSUB    BOOL    TRUE
    5 #SAVE.RESID     BOOL    TRUE
     5#SAVE.BACKGND   BOOL    TRUE
     6#SAVE.BACKSUB   BOOL    TRUE
     7SAVE.RESID      BOOL    TRUE
    68#SAVE.PSF       BOOL    TRUE
    79#LOAD.PSF       BOOL    FALSE
    810
    9 # masking parameters
    10 XMIN                F32   2              # minimum valid x-coord
    11 XMAX                F32   -2             # maximum valid x-coord
    12 YMIN                F32   2              # minimum valid y-coord
    13 YMAX                F32   -2             # maximum valid y-coord
     11BACKGROUND.XBIN     S32  128            # size of background superpixels
     12BACKGROUND.YBIN     S32  128            # size of background superpixels
    1413
    15 # image statistics parameters
    16 IMSTATS_NPIX        S32  3000            # number of pixels to use for sky estimate boxes:
     14# image background parameters
     15IMSTATS_NPIX        S32  10000           # number of pixels to use for sky estimate boxes:
     16SKY_STAT            STR  FITTED_MEAN_V3  # statistic used to measure background
     17SKY_CLIP_SIGMA      F32  2.0             # statistic used to measure background
    1718
    1819PSF_SN_LIM          F32  100             # minimum S/N for stars used for PSF model
    1920PSF_MAX_NSTARS      S32  300             # limit number of stars used for PSF model
    2021
    21 # PSF model parameters : choose the PSF model
    22 # list as many PSF_MODEL options as desired
    23 # if you want to list multiple entries, uncomment 'MULTI' here
    24 # PSF_MODEL           MULTI
     22# PSF model parameters : choose the PSF model desired
    2523PSF_MODEL           STR  PS_MODEL_QGAUSS
    26 # PSF_MODEL           STR  PS_MODEL_GAUSS
    27 # PSF_MODEL           STR  PS_MODEL_PGAUSS
    28 # PSF_MODEL           STR  PS_MODEL_TGAUSS  ## not well tested, not very successful
    2924
    3025MOMENTS_SN_MIN      F32   30.0
     
    3328AP_MIN_SN            F32  50.0
    3429
    35 SKY_STAT            STR  SAMPLE_MEDIAN  # statistic used to measure background
     30# OUTPUT.FORMAT       STR SMPDATA
     31OUTPUT.FORMAT       STR PS1_DEV_0
     32
     33PSF_SHAPE_NSIGMA     F32  3.0            # max significance for shape variation
     34PSF_MAX_CHI          F32  50.0           # reject objects worse that this
     35
Note: See TracChangeset for help on using the changeset viewer.