Changeset 13036
- Timestamp:
- Apr 25, 2007, 3:37:25 PM (19 years ago)
- Location:
- trunk/ippconfig
- Files:
-
- 2 edited
-
cfh12k/psphot.config (modified) (2 diffs)
-
recipes/psphot.config (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/cfh12k/psphot.config
r12723 r13036 3 3 SAVE.OUTPUT BOOL TRUE 4 4 SAVE.BACKMDL BOOL TRUE 5 SAVE.BACKGND BOOL TRUE5 #SAVE.BACKGND BOOL TRUE 6 6 #SAVE.BACKSUB BOOL TRUE 7 #SAVE.RESID BOOL TRUE7 SAVE.RESID BOOL TRUE 8 8 #SAVE.PSF BOOL TRUE 9 9 #LOAD.PSF BOOL FALSE … … 42 42 YMIN F32 +10 # minimum valid y-coord 43 43 YMAX F32 -10 # maximum valid y-coord 44 45 PSPHOT.FIXED.PSF METADATA 46 # PSF.TREND.MASK must be a 2D polynomial 47 # the specified values are ignored but define the active components of the polynomial 48 PSF.TREND.MASK METADATA 49 NORDER_X S32 0 # number of x orders 50 NORDER_Y S32 0 # number of y orders 51 VAL_X00_Y00 F64 1 # polynomial coefficient 52 NELEMENTS S32 1 # number of unmasked components 53 END # folder for 2D polynomial 54 55 PSF_SN_LIM F32 20 # minimum S/N for stars used for PSF model 56 END -
trunk/ippconfig/recipes/psphot.config
r13014 r13036 90 90 FULL_FIT_SN_LIM F32 50.0 91 91 92 PSF.RESIDUALS BOOL TRUE 93 PSF.RESIDUALS.XBIN S32 1 94 PSF.RESIDUALS.YBIN S32 1 95 PSF.RESIDUALS.NSIGMA F32 3.0 96 PSF.RESIDUALS.INTERPOLATION STR BILINEAR 97 PSF.RESIDUALS.STATISTIC STR ROBUST_MEDIAN 98 92 99 # EXTended source model parameters 93 100 EXT_MODEL STR PS_MODEL_PGAUSS … … 108 115 # BREAK_POINT may be one of (PEAKS, MOMENTS, PSFMODEL, ENSEMBLE) 109 116 BREAK_POINT STR NONE 110 PEAKS_OUTPUT_FILE STR peaks.dat117 # PEAKS_OUTPUT_FILE STR peaks.dat 111 118 # MOMENTS_OUTPUT_FILE STR moments.dat 112 119 # ANALYSIS_REGION STR [1000:1600,2800:3400] … … 126 133 NOISE.SIZE F32 2.0 127 134 128 USE_FOOTPRINTS BOOL T# use new pmFootprint peak packaging135 USE_FOOTPRINTS BOOL F # use new pmFootprint peak packaging 129 136 FOOTPRINT_NPIXMIN S32 5 # Minimum size of a pmFootprint 130 137 FOOTPRINT_NSIGMA_LIMIT F32 20 # threshold for bright pmFootprint detection … … 132 139 FOOTPRINT_CULL_NSIGMA_DELTA F32 4 # Cull peaks that aren't nsigma above coll to neighbour 133 140 FOOTPRINT_CULL_NSIGMA_MIN F32 1 # Minimum height of colls in units of skyStdev 141 142 # alternate PSPHOT-type recipes 143 PSPHOT.FIXED.PSF METADATA 144 END
Note:
See TracChangeset
for help on using the changeset viewer.
