Changeset 20102
- Timestamp:
- Oct 13, 2008, 11:37:52 AM (18 years ago)
- Location:
- trunk/ippconfig/vysos5
- Files:
-
- 1 added
- 4 edited
-
Makefile.am (modified) (1 diff)
-
camera.config (modified) (2 diffs)
-
format_flipped.config (added)
-
ppImage.config (modified) (1 diff)
-
psphot.config (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/vysos5/Makefile.am
r20015 r20102 5 5 camera.config \ 6 6 format.config \ 7 format_flipped.config \ 7 8 psphot.config \ 8 9 psastro.config \ -
trunk/ippconfig/vysos5/camera.config
r20012 r20102 4 4 FORMATS METADATA 5 5 SIMPLE STR vysos5/format.config 6 FLIPPED STR vysos5/format_flipped.config 6 7 END 7 8 … … 37 38 object STR OBJECT 38 39 science STR OBJECT 40 light STR OBJECT 39 41 END 40 42 -
trunk/ippconfig/vysos5/ppImage.config
r19863 r20102 213 213 MASK BOOL FALSE # Mask bad pixels 214 214 FRINGE BOOL FALSE # Fringe subtraction 215 BIN1.FITS BOOL TRUE # Save 1st binned chip image? 216 BIN2.FITS BOOL TRUE # Save 2nd binned chip image? 215 217 PHOTOM BOOL TRUE # Source identification and photometry 216 218 ASTROM.CHIP BOOL FALSE # Astrometry per chip? -
trunk/ippconfig/vysos5/psphot.config
r20014 r20102 1 1 2 2 SAVE.BACKMDL BOOL TRUE 3 SAVE.BACKGND BOOL TRUE4 SAVE.BACKSUB BOOL TRUE5 SAVE.PLOTS BOOL FALSE6 SAVE.RESID BOOL TRUE3 SAVE.BACKGND BOOL FALSE 4 SAVE.BACKSUB BOOL FALSE 5 SAVE.PLOTS BOOL TRUE 6 SAVE.RESID BOOL FALSE 7 7 SAVE.PSF BOOL TRUE 8 8 LOAD.PSF BOOL FALSE 9 9 10 PEAKS_NSIGMA_LIMIT F32 2 5.0 # peak significance threshold10 PEAKS_NSIGMA_LIMIT F32 20.0 # peak significance threshold 11 11 PEAKS_NSIGMA_LIMIT_2 F32 10.0 # peak significance threshold 12 12 PSF_MOMENTS_RADIUS F32 7 # calculate initial source moments with this radius … … 15 15 MEASURE.APTREND BOOL TRUE 16 16 17 #BREAK_POINT STR PASS117 BREAK_POINT STR PASS1 18 18 19 19 PSPHOT.CR.NSIGMA.LIMIT F32 5.0 # sources with crNsigma greater that this get tagged as likely cosmic rays
Note:
See TracChangeset
for help on using the changeset viewer.
