Changeset 25408
- Timestamp:
- Sep 15, 2009, 4:04:29 PM (17 years ago)
- Location:
- branches/eam_branches/20090715/ippconfig
- Files:
-
- 1 deleted
- 10 edited
-
gpc1/Makefile.am (modified) (1 diff)
-
gpc1/camera.config (modified) (1 diff)
-
gpc1/format_20090220.config (modified) (2 diffs)
-
gpc1/ppStack.config (deleted)
-
recipes/masks.16bit.config (modified) (1 diff)
-
recipes/ppImage.config (modified) (2 diffs)
-
recipes/ppStack.config (modified) (1 diff)
-
recipes/ppSub.config (modified) (1 diff)
-
recipes/psastro.config (modified) (1 diff)
-
recipes/psphot.config (modified) (1 diff)
-
vysos5/psastro.config (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/ippconfig/gpc1/Makefile.am
r23813 r25408 20 20 psastro.config \ 21 21 pswarp.config \ 22 ppStack.config \23 22 rejections.config 24 23 -
branches/eam_branches/20090715/ippconfig/gpc1/camera.config
r23820 r25408 132 132 CMF.XSRC STR {CHIP.NAME}.xsrc # use .PSF and .EXT? 133 133 CMF.XFIT STR {CHIP.NAME}.xfit # use .PSF and .EXT? 134 CMF.DETEFF STR {CHIP.NAME}.deteff 134 135 135 136 PSF.HEAD STR {CHIP.NAME}.hdr -
branches/eam_branches/20090715/ippconfig/gpc1/format_20090220.config
r25022 r25408 185 185 FPA.ALT STR ALT 186 186 FPA.AZ STR AZ 187 FPA.TEMP STR DETTEM187 # FPA.TEMP STR DETTEM 188 188 FPA.M1X STR M1X 189 189 FPA.M1Y STR M1Y … … 501 501 # How to translation PS concepts into database lookups 502 502 DATABASE METADATA 503 # this rule is fragile : does not match the camera 504 FPA.TEMP STR SELECT ccd_temp FROM rawExp WHERE dateobs >= '{FPA.DATE}' and abs(timediff(dateobs, cast('{FPA.TIME}' as datetime))) < 2 503 505 END 504 506 -
branches/eam_branches/20090715/ippconfig/recipes/masks.16bit.config
r23498 r25408 20 20 21 21 # Mask values which represent non-astronomical structures 22 BURNTOOL U16 0x0080 # Pixel may contain uncorrected streak. 22 23 CR U16 0x0100 # Pixel contains a cosmic ray 23 24 SPIKE U16 0x0200 # Pixel contains a diffraction spike -
branches/eam_branches/20090715/ippconfig/recipes/ppImage.config
r25022 r25408 16 16 MASK.SATURATED BOOL TRUE # Mask the saturated pixels 17 17 MASK.LOW BOOL TRUE # Mask pixels below valid range 18 MASK.BURNTOOL BOOL TRUE # Mask potential burntool trails 18 19 VARIANCE.BUILD BOOL FALSE # Build internal variance image 19 20 PATTERN BOOL FALSE # Fit and remove pattern noise? … … 54 55 ## if we use multithreaded detrending, detrend this number of rows per thread 55 56 SCAN.ROWS S32 100 57 58 BURNTOOL.TRAILS U16 0x01 56 59 57 60 # Non-linearity correction -
branches/eam_branches/20090715/ippconfig/recipes/ppStack.config
r25022 r25408 21 21 SKIP.BG.SUB BOOL FALSE # Bypass background subtraction? 22 22 23 RENORM BOOL FALSE # Renormalise variance maps? 24 RENORM.NUM S32 10000 # Number of samples for renormalisation 25 RENORM.MEAN STR ROBUST_MEDIAN # Statistic to use for mean in renormalisation 26 RENORM.STDEV STR ROBUST_STDEV # Statistic to use for stdev in renormalisation 27 RENORM.WIDTH F32 2.2 # Gaussian width for normalisation 23 RENORM BOOL TRUE # Renormalise weight maps? 24 RENORM.NUM S32 100000 # Number of samples for renormalisation 25 RENORM.MIN F32 NAN # Minimum value for renormlisation 26 RENORM.MAX F32 NAN # Maximum value for renormalisation 28 27 29 28 ### The PHOT mode is intended as a quick and dirty stopgap; it should disappear soon. -
branches/eam_branches/20090715/ippconfig/recipes/ppSub.config
r25022 r25408 37 37 OPTIMUM.ORDER S32 2 # Maximum polynomial order for optimum search 38 38 39 RENORM BOOL FALSE # Renormalise weight maps? 40 RENORM.NUM S32 10000 # Number of samples for renormalisation 41 RENORM.MEAN STR ROBUST_MEDIAN # Statistic to use for mean in renormalisation 42 RENORM.STDEV STR ROBUST_STDEV # Statistic to use for stdev in renormalisation 43 RENORM.WIDTH F32 2.2 # Gaussian width for normalisation 39 RENORM BOOL TRUE # Renormalise weight maps? 40 RENORM.NUM S32 100000 # Number of samples for renormalisation 41 RENORM.MIN F32 0.6 # Minimum value for renormlisation 42 RENORM.MAX F32 1.5 # Maximum value for renormalisation 44 43 45 44 INTERPOLATION STR LANCZOS3 # Interpolation mode for bad pixels 46 47 VARIANCE.RESCALE BOOL FALSE # empirically rescale the variance?48 VARIANCE.RESCALE.NSAMPLE S32 100000 # number of pixels to select from image for measurement49 VARIANCE.RESCALE.MIN.VALID F32 0.66 # do not rescale the variance if the measured sigma less than this value (where 1.0 is expected)50 VARIANCE.RESCALE.MAX.VALID F32 1.50 # do not rescale the variance if the measured sigma more than this value (where 1.0 is expected)51 45 52 46 DUAL BOOL FALSE # Dual convolution? -
branches/eam_branches/20090715/ippconfig/recipes/psastro.config
r24654 r25408 3 3 PSASTRO.ONLY.REFSTARS BOOL FALSE # skip all but refstar matches 4 4 PSASTRO.SAVE.REFMATCH BOOL FALSE # save refstar matches as table in output smf file 5 6 # select which WCS style to use on output images. 7 PSASTRO.WCS.USECDKEYS BOOL FALSE 5 8 6 9 # perform single-chip astrometry? -
branches/eam_branches/20090715/ippconfig/recipes/psphot.config
r25391 r25408 266 266 PSPHOT.CR.NSIGMA.SOFTEN F32 0.0025 # Softening parameter for weights 267 267 268 # Detection efficiency 269 EFF.NUM S32 500 # Number of fake sources per bin 270 @EFF.MAG F32 -2.0 -1.0 -0.5 -0.25 -0.1 -0.05 0.0 0.05 0.1 0.25 0.5 1.0 2.0 # Magnitude of fake sources relative to limit 268 271 269 272 # Recipe overrides for CHIP -
branches/eam_branches/20090715/ippconfig/vysos5/psastro.config
r21502 r25408 12 12 PSASTRO.GRID.NSTAR.MAX S32 800 # max stars accepted for fitting 13 13 14 PSASTRO.MAX.NRAW S32 500 # max stars accepted for fitting (0 for all)14 PSASTRO.MAX.NRAW S32 1000 # max stars accepted for fitting (0 for all) 15 15 PSASTRO.MAX.NREF S32 2000 # max stars accepted for fitting (0 for all) 16 16 … … 26 26 # PSASTRO.GRID.MAX.ANGLE F32 360.0 27 27 # PSASTRO.GRID.DEL.ANGLE F32 1.0 28 PSASTRO.GRID.MIN.ANGLE F32 -10.0 # start angle (degrees)28 PSASTRO.GRID.MIN.ANGLE F32 +6.0 # start angle (degrees) 29 29 PSASTRO.GRID.MAX.ANGLE F32 +10.0 30 PSASTRO.GRID.DEL.ANGLE F32 2.530 PSASTRO.GRID.DEL.ANGLE F32 1.0 31 31 32 32 # 33 PSASTRO.GRID.MIN.SCALE F32 0.9 034 PSASTRO.GRID.MAX.SCALE F32 1. 1035 PSASTRO.GRID.DEL.SCALE F32 0.0 2533 PSASTRO.GRID.MIN.SCALE F32 0.99 34 PSASTRO.GRID.MAX.SCALE F32 1.01 35 PSASTRO.GRID.DEL.SCALE F32 0.01 36 36 37 37 # single-chip radius match in pixels … … 71 71 DVO.GETSTAR.PHOTCODE STR r 72 72 73 PHOTCODE.DATA MULTI 74 PHOTCODE.DATA METADATA 75 FILTER STR r 76 ZEROPT F32 19.0 77 PHOTCODE STR r_SYNTH 78 GHOST_MAX_MAG F32 -20.0 79 END 80 PHOTCODE.DATA METADATA 81 FILTER STR g 82 ZEROPT F32 15.0 83 PHOTCODE STR g_SYNTH 84 GHOST_MAX_MAG F32 -20.0 85 END 86 73 87 PSASTRO.PLOT.REF.MAG.MIN F32 +5.0 74 88 PSASTRO.PLOT.REF.MAG.MAX F32 +12.0 75 89 90 # PSASTRO.MATCH.LUMFUNC BOOL TRUE 91 76 92 # DVO.GETSTAR.MAG.MAX F32 20.0 77 93 # XXX need to be able to limit the density!
Note:
See TracChangeset
for help on using the changeset viewer.
