Changeset 7116
- Timestamp:
- May 12, 2006, 11:27:23 PM (20 years ago)
- Location:
- trunk/ippconfig
- Files:
-
- 1 added
- 3 edited
-
ipprc.config (modified) (1 diff)
-
megacam/psphot.config (modified) (4 diffs)
-
megacam_detrended/psphot.config (modified) (2 diffs)
-
simple/psphot.config (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/ipprc.config
r6870 r7116 10 10 ### Setups for each camera system 11 11 CAMERAS METADATA 12 mcShort STR mcshort/camera.config12 MEGACAM_DET STR megacam_detrended/camera.config 13 13 MEGACAM STR megacam/camera.config 14 MEGACAM_DET STR megacam_detrended/camera.config15 14 GPC1 STR gpc1/camera.config 16 15 LRIS_BLUE STR lris_blue/camera.config 17 16 LRIS_RED STR lris_red/camera.config 18 17 SIMPLE STR simple/camera.config 18 mcShort STR mcshort/camera.config 19 # move the mcShort to the top to force its selection 19 20 END 20 21 -
trunk/ippconfig/megacam/psphot.config
r6868 r7116 1 1 2 # BREAK_POINT STR PEAKS 3 # PEAKS_OUTPUT_FILE STR peaks.dat 4 # MOMENTS_OUTPUT_FILE STR moments.dat 2 #SAVE.BACKMDL BOOL TRUE 3 #SAVE.BACKGND BOOL TRUE 4 #SAVE.BACKSUB BOOL TRUE 5 #SAVE.RESID BOOL TRUE 6 #SAVE.PSF BOOL TRUE 7 #LOAD.PSF BOOL FALSE 5 8 6 9 # image noise parameters … … 29 32 PEAKS_SMOOTH_NSIGMA F32 3.0 # smoothing kernel width in sigmas 30 33 # PEAKS_NSIGMA_LIMIT F32 10.0 # peak significance threshold 31 PEAKS_NSIGMA_LIMIT F32 5.0 # peak significance threshold34 PEAKS_NSIGMA_LIMIT F32 25.0 # peak significance threshold 32 35 33 36 # basic object statistics … … 46 49 # PSF_MODEL STR PS_MODEL_TGAUSS ## not well tested, not very successful 47 50 51 MOMENTS_SCALE F32 0.1 52 MOMENTS_SN_MIN F32 30.0 53 MOMENTS_SX_MAX F32 3.0 54 MOMENTS_SY_MAX F32 3.0 55 MOMENTS_AR_MAX F32 1.5 # maximum axial ratio: 1 / AR < (sx / sy) < AR 56 48 57 PSF_FIT_RADIUS F32 15.0 # fitting radius for test PSF model 49 58 PSF_REF_RADIUS F32 25.0 # aperture magnitudes are scaled via 50 # curve-of-growth to this radius51 59 52 60 # PSF-like source model parameters … … 69 77 70 78 APTREND STR SKYSAT 79 FULL_FIT_SN_LIM F32 50.0 80 AP_MIN_SN F32 50.0 71 81 72 FULL_FIT_SN_LIM F32 5.0 82 # BREAK_POINT STR PEAKS 83 # PEAKS_OUTPUT_FILE STR peaks.dat 84 # MOMENTS_OUTPUT_FILE STR moments.dat -
trunk/ippconfig/megacam_detrended/psphot.config
r7086 r7116 30 30 PEAKS_SMOOTH_SIGMA F32 1.0 # smoothing kernel sigma in pixels 31 31 PEAKS_SMOOTH_NSIGMA F32 3.0 # smoothing kernel width in sigmas 32 PEAKS_NSIGMA_LIMIT F32 5.0 # peak significance threshold32 PEAKS_NSIGMA_LIMIT F32 25.0 # peak significance threshold 33 33 34 34 # basic object statistics … … 83 83 84 84 # test options 85 # BREAK_POINT STR CLASS86 #PEAKS_OUTPUT_FILE STR peaks.dat85 # BREAK_POINT STR PEAKS 86 PEAKS_OUTPUT_FILE STR peaks.dat 87 87 # MOMENTS_OUTPUT_FILE STR moments.dat 88 88 # ANALYSIS_REGION STR [1000:1600,2800:3400]
Note:
See TracChangeset
for help on using the changeset viewer.
