Changeset 13284
- Timestamp:
- May 4, 2007, 6:40:12 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippconfig/recipes/psphot.config (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/recipes/psphot.config
r13199 r13284 28 28 SKY_STAT STR FITTED_MEAN_V3 # statistic used to measure background 29 29 SKY_CLIP_SIGMA F32 2.0 # statistic used to measure background 30 SKY_SIG F32 1.0 # optional sky error for 31 30 32 # allowed values for SKY_STAT: 31 33 # SAMPLE_MEAN, SAMPLE_MEDIAN, CLIPPED_MEAN, ROBUST_MEAN, ROBUST_QUARTILE, FITTED_MEAN … … 56 58 PSF_MOMENTS_RADIUS F32 3 # calculate initial source moments with this radius 57 59 PSF_SN_LIM F32 50 # minimum S/N for stars used for PSF model 58 PSF_MAX_NSTARS S32 300 # limit number of stars used for PSF model 59 PSF_CLUMP_NSIGMA F32 1.5 # region of Sx,Sy plane to use for selecting PSF stars 60 PSF_MAX_NSTARS S32 200 # limit number of stars used for PSF model 61 PSF_CLUMP_NSIGMA F32 1.5 # region of Sx,Sy plane to use for selecting PSF stars 62 PSF_MIN_DS F32 0.01 63 PSF_PARAM_WEIGHTS BOOL FALSE 60 64 61 65 # PSF model parameters : choose the PSF model … … 70 74 # the specified values are ignored but define the active components of the polynomial 71 75 PSF.TREND.MASK METADATA 72 NORDER_X S32 2# number of x orders73 NORDER_Y S32 2# number of y orders76 NORDER_X S32 0 # number of x orders 77 NORDER_Y S32 0 # number of y orders 74 78 VAL_X00_Y00 F64 1 # polynomial coefficient 75 VAL_X01_Y00 F64 1 # polynomial coefficient 76 VAL_X00_Y01 F64 1 # polynomial coefficient 77 VAL_X02_Y00 F64 1 # polynomial coefficient 78 VAL_X01_Y01 F64 1 # polynomial coefficient 79 VAL_X00_Y02 F64 1 # polynomial coefficient 80 NELEMENTS S32 6 # number of unmasked components 79 NELEMENTS S32 1 # number of unmasked components 81 80 END # folder for 2D polynomial 82 81 … … 120 119 # MOMENTS_OUTPUT_FILE STR moments.dat 121 120 # ANALYSIS_REGION STR [1000:1600,2800:3400] 122 # POISSON_ERRORS BOOL TRUE123 121 124 122 # optional parameter to limit the actual analysis to a fraction of the image
Note:
See TracChangeset
for help on using the changeset viewer.
