Changeset 13163
- Timestamp:
- May 2, 2007, 2:59:33 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippconfig/isp/psphot.config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/isp/psphot.config
r12376 r13163 8 8 9 9 # image statistics parameters 10 IMSTATS_NPIX S32 1000 # number of pixels to use for sky estimate boxes:10 IMSTATS_NPIX S32 3000 # number of pixels to use for sky estimate boxes: 11 11 12 PSF_SN_LIM F32 25# minimum S/N for stars used for PSF model12 PSF_SN_LIM F32 10 # minimum S/N for stars used for PSF model 13 13 PSF_MAX_NSTARS S32 300 # limit number of stars used for PSF model 14 14 15 # PSF model parameters : choose the PSF model16 # list as many PSF_MODEL options as desired17 # PSF_MODEL MULTI18 15 PSF_MODEL STR PS_MODEL_QGAUSS 19 # PSF_MODEL STR PS_MODEL_GAUSS20 # PSF_MODEL STR PS_MODEL_PGAUSS21 # PSF_MODEL STR PS_MODEL_TEST122 16 23 17 MOMENTS_SN_MIN F32 10.0 24 EXT_MIN_SN F32 50.0 # fit galaxies above this S/N limit 25 FULL_FIT_SN_LIM F32 50.0 26 AP_MIN_SN F32 20.0 18 #EXT_MIN_SN F32 50.0 # fit galaxies above this S/N limit 19 #FULL_FIT_SN_LIM F32 50.0 20 #AP_MIN_SN F32 20.0 21 PSF_CLUMP_NSIGMA F32 2.5 # region of Sx,Sy plane to use for selecting PSF stars 27 22 28 23 # PSFTREND must be a 2D polynomial 29 24 # the specified values are ignored but define the active components of the polynomial 30 25 PSF.TREND.MASK METADATA 31 NORDER_X S32 2# number of x orders32 NORDER_Y S32 2# number of y orders26 NORDER_X S32 3 # number of x orders 27 NORDER_Y S32 3 # number of y orders 33 28 VAL_X00_Y00 F64 1 # polynomial coefficient 29 34 30 VAL_X01_Y00 F64 1 # polynomial coefficient 35 31 VAL_X00_Y01 F64 1 # polynomial coefficient 32 36 33 VAL_X02_Y00 F64 1 # polynomial coefficient 37 34 VAL_X01_Y01 F64 1 # polynomial coefficient 38 35 VAL_X00_Y02 F64 1 # polynomial coefficient 39 NELEMENTS S32 6 # number of unmasked components 36 37 VAL_X03_Y00 F64 1 # polynomial coefficient 38 VAL_X02_Y01 F64 1 # polynomial coefficient 39 VAL_X01_Y02 F64 1 # polynomial coefficient 40 VAL_X00_Y03 F64 1 # polynomial coefficient 41 NELEMENTS S32 10 # number of unmasked components 40 42 END # folder for 4D polynomial 41 43 42 # APTREND must be a 4D polynomial 43 # the specified values are ignored but define the active components of the polynomial 44 AP.TREND.MASK METADATA 45 NORDER_X S32 2 # number of x orders 46 NORDER_Y S32 2 # number of y orders 47 NORDER_Z S32 1 # number of z orders 48 NORDER_T S32 1 # number of t orders 49 VAL_X00_Y00_Z00_T00 F64 1 # polynomial coefficient 50 VAL_X00_Y00_Z01_T00 F64 0 # polynomial coefficient 51 NELEMENTS S32 2 # number of unmasked components 52 END # folder for 4D polynomial 44 XMIN F32 15 45 PSF.RESIDUALS BOOL false 46 BREAK_POINT STR ENSEMBLE 47 OUTPUT.FORMAT STR PS1_DEV_0 48 49 PSPHOT.SUMMIT METADATA 50 PEAKS_SMOOTH_SIGMA F32 0.8 # peak significance threshold 51 PEAKS_NSIGMA_LIMIT F32 50.0 # peak significance threshold 52 PEAKS_NMAX S32 1000 53 SAVE.RESID BOOL FALSE 54 PSF_SN_LIM F32 25 # minimum S/N for stars used for PSF model 55 MOMENTS_SN_MIN F32 25.0 56 PSF_MODEL STR PS_MODEL_PGAUSS 57 END
Note:
See TracChangeset
for help on using the changeset viewer.
