Changeset 20996 for trunk/ippconfig/recipes/ppStack.config
- Timestamp:
- Dec 15, 2008, 1:19:31 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippconfig/recipes/ppStack.config (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/recipes/ppStack.config
r20715 r20996 23 23 RENORM.WIDTH F32 2.2 # Gaussian width for normalisation 24 24 25 SOURCE.RADIUS F32 1.0 # Radius (pixels) for matching sources 26 SOURCE.MIN S32 15 # Minimum number of sources for merging source lists 27 SOURCE.ITER S32 2 # Number of rejection iterations for magnitude difference 28 SOURCE.REJ F32 2.0 # Rejection limit (sigma) for magnitude difference 25 ### The PHOT mode is intended as a quick and dirty stopgap; it should disappear soon. 26 PHOT BOOL TRUE # Calculate ZP using own photometry? 27 PHOT.RADIUS S32 7 # Photometry radius (pixels) 28 PHOT.SIGMA F32 2 # Photometry gaussian sigma for weight (pixels) 29 PHOT.FRAC F32 0.9 # Minimum fraction of good pixels 30 31 ZP.RADIUS F32 1.0 # Radius (pixels) for matching sources 32 ZP.ITER S32 1000 # Maximum iterations for zero point 33 ZP.TOL F32 1.0e-6 # Tolerance for zero point iterations 34 ZP.TRANS.ITER S32 2 # Iterations for transparency determination 35 ZP.TRANS.REJ F32 3.0 # Rejection threshold for transparency determination 36 ZP.TRANS.THRESH F32 1.0 # Threshold for transparency determination 37 ZP.STAR.REJ F32 3.0 # Rejection threshold for stars 38 ZP.STAR.LIMIT F32 1.0e-2 # Limit on star rejection fraction for successful iteration 39 ZP.STAR.SYS F32 0.05 # Estimated systematic error 40 ZP.AIRMASS METADATA # Airmass terms by filter 41 g F32 0.0 42 r F32 0.0 43 i F32 0.0 44 z F32 0.0 45 y F32 0.0 46 END 47 48 49 ### The following is obsolete 50 #SOURCE.RADIUS F32 1.0 # Radius (pixels) for matching sources 51 #SOURCE.MIN S32 15 # Minimum number of sources for merging source lists 52 #SOURCE.ITER S32 2 # Number of rejection iterations for magnitude difference 53 #SOURCE.REJ F32 2.0 # Rejection limit (sigma) for magnitude difference 29 54 30 55 PSF.INSTANCES S32 15 # Number of instances for PSF generation … … 39 64 TEMP.DELETE BOOL TRUE # Delete temporary files on completion? 40 65 41 ZP BOOL TRUE # Calculate ZP using own photometry?42 ZP.RADIUS S32 7 # Photometry radius (pixels)43 ZP.SIGMA F32 2 # Photometry gaussian sigma for weight (pixels)44 ZP.FRAC F32 0.9 # Minimum fraction of good pixels45 46 66 # Recipe overrides for STACK 47 67 STACK METADATA
Note:
See TracChangeset
for help on using the changeset viewer.
