IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15044


Ignore:
Timestamp:
Sep 27, 2007, 2:33:29 PM (19 years ago)
Author:
eugene
Message:

updates to ippconfig for psphot / cfh12k / gpc1

Location:
trunk/ippconfig
Files:
4 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/Makefile.am

    r14556 r15044  
    22        recipes \
    33        isp \
     4        gpc1 \
    45        cfh12k \
    56        ctio_mosaic2 \
  • trunk/ippconfig/cfh12k/psphot.config

    r14645 r15044  
    33SAVE.OUTPUT     BOOL    TRUE
    44SAVE.BACKMDL    BOOL    TRUE
    5 #SAVE.RESID     BOOL    TRUE
    6 #SAVE.BACKGND   BOOL    TRUE
    7 #SAVE.BACKSUB   BOOL    TRUE
    85SAVE.PSF        BOOL    TRUE
    9 #LOAD.PSF       BOOL    FALSE
    106SAVE.PLOTS      BOOL    TRUE
    117
    12 BACKGROUND.XBIN     S32   64            # size of background superpixels
    13 BACKGROUND.YBIN     S32   64            # size of background superpixels
     8BACKGROUND.XBIN     S32   128           # size of background superpixels
     9BACKGROUND.YBIN     S32   128           # size of background superpixels
    1410
    1511# image background parameters
    16 IMSTATS_NPIX        S32  5000            # number of pixels to use for sky estimate boxes:
    17 SKY_STAT            STR  FITTED_MEAN_V3  # statistic used to measure background
    18 SKY_CLIP_SIGMA    F32  2.0             # statistic used to measure background
     12IMSTATS_NPIX        S32  10000           # number of pixels to use for sky estimate boxes:
    1913
    20 # SAMPLE_MEAN, SAMPLE_MEDIAN, CLIPPED_MEAN, ROBUST_MEAN, ROBUST_QUARTILE, FITTED_MEAN
    21 # FITTED_MEAN_V2, FITTED_MEAN_V3
    22 
    23 PSF_SN_LIM          F32  100             # minimum S/N for stars used for PSF model
     14PSF_SN_LIM          F32  50              # minimum S/N for stars used for PSF model
    2415PSF_MAX_NSTARS      S32  300             # limit number of stars used for PSF model
    2516
     
    2718PSF_MODEL           STR  PS_MODEL_QGAUSS
    2819
    29 MOMENTS_SN_MIN      F32  20.0           # min S/N to measure moments
     20MOMENTS_SN_MIN       F32  20.0           # min S/N to measure moments
    3021EXT_MIN_SN           F32  50.0           # fit galaxies above this S/N limit
    3122FULL_FIT_SN_LIM      F32  50.0
     
    3526# BREAK_POINT         STR ENSEMBLE
    3627
    37 # OUTPUT.FORMAT       STR SMPDATA
    38 OUTPUT.FORMAT       STR PS1_DEV_0
     28OUTPUT.FORMAT       STR PS1_DEV_1
    3929
    4030# masking parameters (XXX EAM : rework this to use psRegion like ANALYSIS_REGION)
     
    4333YMIN                F32   +10            # minimum valid y-coord
    4434YMAX                F32   -10            # maximum valid y-coord
    45 
    46 PSPHOT.FIXED.PSF METADATA
    47   # PSF.TREND.MASK must be a 2D polynomial
    48   # the specified values are ignored but define the active components of the polynomial
    49   PSF.TREND.MASK  METADATA 
    50      NORDER_X         S32       0                # number of x orders
    51      NORDER_Y         S32       0                # number of y orders
    52      VAL_X00_Y00      F64       1                # polynomial coefficient
    53      NELEMENTS        S32       1                # number of unmasked components
    54   END  # folder for 2D polynomial
    55  
    56   PSF_SN_LIM          F32  20              # minimum S/N for stars used for PSF model
    57 END
  • trunk/ippconfig/configure.ac

    r14556 r15044  
    1313  recipes/Makefile
    1414  isp/Makefile
     15  gpc1/Makefile
    1516  ctio_mosaic2/Makefile
    1617  cfh12k/Makefile
  • trunk/ippconfig/gpc1

    • Property svn:ignore set to
      Makefile
      Makefile.in
  • trunk/ippconfig/isp/psphot.config

    r14998 r15044  
    1212SKY_STAT            STR  FITTED_MEAN_V4  # statistic used to measure background
    1313
    14 PSF_SN_LIM          F32  10              # minimum S/N for stars used for PSF model
     14PSF_SN_LIM          F32  30              # minimum S/N for stars used for PSF model
    1515PSF_MAX_NSTARS      S32  300             # limit number of stars used for PSF model
    1616
    17 PSF_MODEL         STR  PS_MODEL_PGAUSS
     17PSF_MODEL           STR  PS_MODEL_PGAUSS
    1818
    19 MOMENTS_SN_MIN      F32   10.0
     19MOMENTS_SN_MIN      F32   30.0
     20MOMENTS_AR_MAX      F32   2.0            # maximum axial ratio: 1 / AR < (sx / sy) < AR
     21
    2022#EXT_MIN_SN           F32  50.0           # fit galaxies above this S/N limit
    2123#FULL_FIT_SN_LIM      F32  50.0
    2224#AP_MIN_SN            F32  20.0
    23 PSF_CLUMP_NSIGMA   F32  2.5             # region of Sx,Sy plane to use for selecting PSF stars
     25PSF_CLUMP_NSIGMA   F32  3.5             # region of Sx,Sy plane to use for selecting PSF stars
    2426
    2527# PSFTREND must be a 2D polynomial
     
    4446END  # folder for 4D polynomial
    4547
    46 PSF.TREND.NX S32 3
    47 PSF.TREND.NY S32 3
     48PSF.TREND.NX S32 4
     49PSF.TREND.NY S32 4
    4850
    4951XMIN F32 15
     
    7274
    7375SKY_BIAS F32 0.5
    74 AP_MIN_SN            F32  100.0
     76AP_MIN_SN            F32  30.0
Note: See TracChangeset for help on using the changeset viewer.