Changeset 15044
- Timestamp:
- Sep 27, 2007, 2:33:29 PM (19 years ago)
- Location:
- trunk/ippconfig
- Files:
-
- 4 added
- 5 edited
-
Makefile.am (modified) (1 diff)
-
cfh12k/psphot.config (modified) (4 diffs)
-
configure.ac (modified) (1 diff)
-
gpc1 (modified) (1 prop)
-
gpc1/.cvsignore (added)
-
gpc1/Makefile.am (added)
-
gpc1/dvo.config (added)
-
gpc1/dvo.layout (added)
-
isp/psphot.config (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/Makefile.am
r14556 r15044 2 2 recipes \ 3 3 isp \ 4 gpc1 \ 4 5 cfh12k \ 5 6 ctio_mosaic2 \ -
trunk/ippconfig/cfh12k/psphot.config
r14645 r15044 3 3 SAVE.OUTPUT BOOL TRUE 4 4 SAVE.BACKMDL BOOL TRUE 5 #SAVE.RESID BOOL TRUE6 #SAVE.BACKGND BOOL TRUE7 #SAVE.BACKSUB BOOL TRUE8 5 SAVE.PSF BOOL TRUE 9 #LOAD.PSF BOOL FALSE10 6 SAVE.PLOTS BOOL TRUE 11 7 12 BACKGROUND.XBIN S32 64# size of background superpixels13 BACKGROUND.YBIN S32 64# size of background superpixels8 BACKGROUND.XBIN S32 128 # size of background superpixels 9 BACKGROUND.YBIN S32 128 # size of background superpixels 14 10 15 11 # 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 12 IMSTATS_NPIX S32 10000 # number of pixels to use for sky estimate boxes: 19 13 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 14 PSF_SN_LIM F32 50 # minimum S/N for stars used for PSF model 24 15 PSF_MAX_NSTARS S32 300 # limit number of stars used for PSF model 25 16 … … 27 18 PSF_MODEL STR PS_MODEL_QGAUSS 28 19 29 MOMENTS_SN_MIN F32 20.0 # min S/N to measure moments20 MOMENTS_SN_MIN F32 20.0 # min S/N to measure moments 30 21 EXT_MIN_SN F32 50.0 # fit galaxies above this S/N limit 31 22 FULL_FIT_SN_LIM F32 50.0 … … 35 26 # BREAK_POINT STR ENSEMBLE 36 27 37 # OUTPUT.FORMAT STR SMPDATA 38 OUTPUT.FORMAT STR PS1_DEV_0 28 OUTPUT.FORMAT STR PS1_DEV_1 39 29 40 30 # masking parameters (XXX EAM : rework this to use psRegion like ANALYSIS_REGION) … … 43 33 YMIN F32 +10 # minimum valid y-coord 44 34 YMAX F32 -10 # maximum valid y-coord 45 46 PSPHOT.FIXED.PSF METADATA47 # PSF.TREND.MASK must be a 2D polynomial48 # the specified values are ignored but define the active components of the polynomial49 PSF.TREND.MASK METADATA50 NORDER_X S32 0 # number of x orders51 NORDER_Y S32 0 # number of y orders52 VAL_X00_Y00 F64 1 # polynomial coefficient53 NELEMENTS S32 1 # number of unmasked components54 END # folder for 2D polynomial55 56 PSF_SN_LIM F32 20 # minimum S/N for stars used for PSF model57 END -
trunk/ippconfig/configure.ac
r14556 r15044 13 13 recipes/Makefile 14 14 isp/Makefile 15 gpc1/Makefile 15 16 ctio_mosaic2/Makefile 16 17 cfh12k/Makefile -
trunk/ippconfig/gpc1
-
Property svn:ignore
set to
Makefile
Makefile.in
-
Property svn:ignore
set to
-
trunk/ippconfig/isp/psphot.config
r14998 r15044 12 12 SKY_STAT STR FITTED_MEAN_V4 # statistic used to measure background 13 13 14 PSF_SN_LIM F32 10 # minimum S/N for stars used for PSF model14 PSF_SN_LIM F32 30 # minimum S/N for stars used for PSF model 15 15 PSF_MAX_NSTARS S32 300 # limit number of stars used for PSF model 16 16 17 PSF_MODEL STR PS_MODEL_PGAUSS17 PSF_MODEL STR PS_MODEL_PGAUSS 18 18 19 MOMENTS_SN_MIN F32 10.0 19 MOMENTS_SN_MIN F32 30.0 20 MOMENTS_AR_MAX F32 2.0 # maximum axial ratio: 1 / AR < (sx / sy) < AR 21 20 22 #EXT_MIN_SN F32 50.0 # fit galaxies above this S/N limit 21 23 #FULL_FIT_SN_LIM F32 50.0 22 24 #AP_MIN_SN F32 20.0 23 PSF_CLUMP_NSIGMA F32 2.5 # region of Sx,Sy plane to use for selecting PSF stars25 PSF_CLUMP_NSIGMA F32 3.5 # region of Sx,Sy plane to use for selecting PSF stars 24 26 25 27 # PSFTREND must be a 2D polynomial … … 44 46 END # folder for 4D polynomial 45 47 46 PSF.TREND.NX S32 347 PSF.TREND.NY S32 348 PSF.TREND.NX S32 4 49 PSF.TREND.NY S32 4 48 50 49 51 XMIN F32 15 … … 72 74 73 75 SKY_BIAS F32 0.5 74 AP_MIN_SN F32 100.076 AP_MIN_SN F32 30.0
Note:
See TracChangeset
for help on using the changeset viewer.
