Changeset 31163
- Timestamp:
- Apr 4, 2011, 1:23:08 PM (15 years ago)
- Location:
- trunk/ippconfig
- Files:
-
- 11 edited
-
. (modified) (1 prop)
-
gpc1/camera.config (modified) (1 diff)
-
gpc1/ppStack.config (modified) (1 diff)
-
gpc1/psastro.config (modified) (4 diffs)
-
gpc1/psphot.config (modified) (2 diffs)
-
recipes/ppSim.config (modified) (1 diff)
-
recipes/ppStack.config (modified) (4 diffs)
-
recipes/ppSub.config (modified) (1 diff)
-
recipes/psastro.config (modified) (2 diffs)
-
recipes/psphot.config (modified) (7 diffs)
-
recipes/reductionClasses.mdc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20110213/ippconfig (added) merged: 30678,30708,30767,30772,30778,30812,30872,30884,30982,30991,31021-31022,31024,31094,31147,31149
- Property svn:mergeinfo changed
-
trunk/ippconfig/gpc1/camera.config
r30847 r31163 136 136 CMF.DATA STR {CHIP.NAME}.psf # use .PSF and .EXT? 137 137 CMF.XSRC STR {CHIP.NAME}.xsrc # use .PSF and .EXT? 138 CMF.XRAD STR {CHIP.NAME}.xrad # use .PSF and .EXT? 138 139 CMF.XFIT STR {CHIP.NAME}.xfit # use .PSF and .EXT? 139 140 CMF.DETEFF STR {CHIP.NAME}.deteff -
trunk/ippconfig/gpc1/ppStack.config
r30837 r31163 38 38 OUTPUT.LOGFLUX BOOL TRUE 39 39 END 40 41 # Recipe overrides for STACK 42 STACKPHOT METADATA 43 PSF.MODEL STR PS_MODEL_QGAUSS # Model for PSF match 44 END -
trunk/ippconfig/gpc1/psastro.config
r30834 r31163 15 15 PSASTRO.GRID.OFFSET F32 1000. 16 16 PSASTRO.GRID.SCALE F32 50 17 PSASTRO.GRID.NSTAR.MAX S32 800 # max stars accepted for fitting 17 PSASTRO.GRID.NSTAR.MAX S32 800 # deprecated 18 PSASTRO.GRID.NREF.MAX S32 800 # max stars accepted for fitting from ref catalog 19 PSASTRO.GRID.NRAW.MAX S32 1200 # max stars accepted for fitting from raw image 18 20 19 21 PSASTRO.MAX.NRAW S32 1000 # max stars accepted for fitting (0 for all) … … 24 26 25 27 # 26 PSASTRO.MIN.INST.MAG.RAW F32 -1 7.0 # min instrumental magnitude for stars accepted for fitting28 PSASTRO.MIN.INST.MAG.RAW F32 -15.0 # min instrumental magnitude for stars accepted for fitting 27 29 PSASTRO.MAX.INST.MAG.RAW F32 -8.0 # max instrumental magnitude for stars accepted for fitting 28 30 … … 44 46 PSASTRO.MATCH.RADIUS.N5 F32 10 45 47 PSASTRO.MATCH.RADIUS.N6 F32 10 46 PSASTRO.MATCH.RADIUS.N7 F32 547 PSASTRO.MATCH.FIT.NITER S32 848 PSASTRO.MATCH.RADIUS.N7 F32 5 49 PSASTRO.MATCH.FIT.NITER S32 8 48 50 49 51 # for iterations >= N, require a single match per reference … … 304 306 PSASTRO.CATDIR STR SAS.REF.V1 305 307 END 308 309 # these values worked to get solutions for the STS observations from 2009 & 2010 310 # these field has damage from excessive persistence and the impact of burntool 311 STS_DATASET METADATA 312 313 # need to boost the total number of stars available for the fit: 314 # allow more stars per chip and boost the density to which we query 315 # from the reference database. 316 PSASTRO.MAX.NRAW S32 2000 # 317 PSASTRO.MAX.NREF S32 8000 # max stars accepted for fitting (0 for all) 318 DVO.GETSTAR.MAX.RHO F32 60000.0 319 320 # the crowding is high, so unless we restrict somewhat tightly early 321 # on, we get very noisy (and wrong) fits. These values are probably 322 # too restrictive for the general observation: we would risk missing 323 # matches. 324 325 # single-chip radius match in pixels 326 PSASTRO.MATCH.RADIUS.N0 F32 10 327 PSASTRO.MATCH.RADIUS.N1 F32 5 328 PSASTRO.MATCH.RADIUS.N2 F32 5 329 PSASTRO.MATCH.RADIUS.N3 F32 5 330 PSASTRO.MATCH.RADIUS.N4 F32 3 331 PSASTRO.MATCH.RADIUS.N5 F32 3 332 PSASTRO.MATCH.RADIUS.N6 F32 5 333 PSASTRO.MATCH.RADIUS.N7 F32 5 334 PSASTRO.MATCH.FIT.NITER S32 5 335 END -
trunk/ippconfig/gpc1/psphot.config
r29590 r31163 1 1 2 BACKGROUND.XBIN S32 256 # size of background superpixels 3 BACKGROUND.YBIN S32 256 # size of background superpixels 2 BACKGROUND.XBIN S32 400 # size of background superpixels 3 BACKGROUND.YBIN S32 400 # size of background superpixels 4 BACKGROUND.XSAMPLE F32 2.0 # size of background superpixels 5 BACKGROUND.YSAMPLE F32 2.0 # size of background superpixels 4 6 5 7 SOFTEN.VARIANCE BOOL TRUE # XXX drop? soften the errors for bright pixels … … 31 33 DIAGNOSTIC.PLOTS METADATA 32 34 IMAGE.BACKGROUND.CELL.HISTOGRAM BOOL FALSE 33 IMAGE.BACKGROUND.CELL.HISTOGRAM.X S32 3234 IMAGE.BACKGROUND.CELL.HISTOGRAM.Y S32 1535 IMAGE.BACKGROUND.CELL.HISTOGRAM.X S32 8 36 IMAGE.BACKGROUND.CELL.HISTOGRAM.Y S32 8 35 37 END 36 38 -
trunk/ippconfig/recipes/ppSim.config
r30625 r31163 89 89 GALAXY.GRID.DY S32 200 # Spacing between galaxies in grid in y 90 90 GALAXY.GRID.RANDOM BOOL FALSE # randomize shape parameters in grid (or sequence?) 91 GALAXY.GRID.PEAK F32 100.0 # peak flux of the grid galaxies 91 92 92 93 GALAXY.MODEL STR PS_MODEL_GAUSS -
trunk/ippconfig/recipes/ppStack.config
r30839 r31163 5 5 6 6 COMBINE.ITER F32 0.5 # Number of rejection iterations per input 7 COMBINE.REJ F32 2.5 # Rejection threshold in combination (sigma)7 COMBINE.REJ F32 3.5 # Rejection threshold in combination (sigma) 8 8 COMBINE.SYS F32 0.1 # Relative systematic error in combination 9 9 COMBINE.DISCARD F32 0.2 # Discard fraction for Olympic weighted mean … … 74 74 w F32 25.0 75 75 END 76 ZP.AIRMASS.TARGET F32 1.0 76 77 77 78 PSF.INSTANCES S32 15 # Number of instances for PSF generation … … 82 83 PSF.AUTOSIZE BOOL TRUE # Determine output PSF size from input PSFs? 83 84 PSF.OUTPUT.FWHM F32 5.0 # Target size for output PSF (if not auto-sized) 85 86 PSF.INPUT.MAX F32 NAN 87 PSF.INPUT.CLIP.NSIGMA F32 NAN 84 88 85 89 TEMP.IMAGE STR conv.im.fits # Suffix for temporary convolved images … … 100 104 END 101 105 106 # Recipe overrides for STACK 107 STACKPHOT METADATA 108 END 102 109 103 110 # Debugging -
trunk/ippconfig/recipes/ppSub.config
r30625 r31163 125 125 END 126 126 127 # Difference of two stacks : uses SINGLE not DUAL convolution 128 STACKPHOT METADATA 129 DUAL BOOL FALSE # Dual convolution? 130 INVERSE BOOL FALSE # Generate inverse subtraction? 131 PHOTOMETRY BOOL TRUE # Perform photometry? 132 CONVOLVE.TARGET STR SINGLE2 # convolution direction 133 END 134 127 135 # Difference of warp - stack 128 136 WARPSTACK_FORCED METADATA -
trunk/ippconfig/recipes/psastro.config
r30873 r31163 40 40 PSASTRO.GRID.OFFSET F32 10000. 41 41 PSASTRO.GRID.SCALE F32 500. 42 PSASTRO.GRID.NSTAR.MAX S32 300 # max stars accepted for fitting 42 PSASTRO.GRID.NSTAR.MAX S32 300 # deprecated 43 PSASTRO.GRID.NREF.MAX S32 500 # max stars accepted for fitting 44 PSASTRO.GRID.NRAW.MAX S32 1000 # max stars accepted for fitting 43 45 44 46 # sources with these mask flags raised should be ignored … … 244 246 END 245 247 248 STS_DATASET METADATA 249 END -
trunk/ippconfig/recipes/psphot.config
r30625 r31163 11 11 LOAD.PSF BOOL FALSE 12 12 13 # optional outputs for psphotStack 14 SAVE.CNV BOOL FALSE 15 SAVE.CHISQ BOOL FALSE 16 13 17 # format for output CMF files 14 18 OUTPUT.FORMAT STR PS1_V3 … … 20 24 BACKGROUND.XBIN S32 128 # size of background superpixels 21 25 BACKGROUND.YBIN S32 128 # size of background superpixels 26 BACKGROUND.XSAMPLE F32 1.0 # size of background superpixels 27 BACKGROUND.YSAMPLE F32 1.0 # size of background superpixels 22 28 IMSTATS_NPIX S32 10000 # number of pixels to use for sky estimate boxes: 23 29 … … 175 181 EXTENDED_SOURCE_ANNULI BOOL FALSE 176 182 EXTENDED_SOURCE_KRON BOOL FALSE 183 PETROSIAN_FOR_STARS BOOL FALSE 177 184 178 185 # Extended source fit parameters … … 290 297 TEST_FIT_PAR F32 NAN 291 298 299 IMAGE.BACKGROUND.CELL.HISTOGRAM BOOL FALSE 300 IMAGE.BACKGROUND.CELL.HISTOGRAM.X S32 0 301 IMAGE.BACKGROUND.CELL.HISTOGRAM.Y S32 0 302 292 303 DIAGNOSTIC.PLOTS METADATA 293 304 IMAGE.BACKGROUND.CELL.HISTOGRAM BOOL FALSE … … 327 338 328 339 # Extended source fit parameters 329 STACKPHOT_TEST METADATA330 EXTENDED_SOURCE_ANALYSIS BOOL TRUE # perform any of the aperture-like measurements?331 EXTENDED_SOURCE_SN_LIM F32 20.0332 EXTENDED_SOURCE_PETROSIAN BOOL TRUE333 EXTENDED_SOURCE_ISOPHOTAL BOOL FALSE334 EXTENDED_SOURCE_ANNULI BOOL TRUE335 EXTENDED_SOURCE_KRON BOOL FALSE336 PSPHOT.STACK.MATCH.PSF.SOURCE STR AUTO # which inputs to convolve? (RAW, CNV, AUTO)337 PSPHOT.STACK.TARGET.PSF.AUTO BOOL F # automatically determine target PSF size?338 PSPHOT.STACK.TARGET.PSF.FWHM F32 4.5 # FWHM of target PSF (if NOT AUTO sized; pixels)339 END340 341 # Extended source fit parameters342 340 STACKPHOT METADATA 343 341 EXTENDED_SOURCE_FITS BOOL TRUE # perform any of the aperture-like measurements? … … 348 346 PSPHOT.STACK.MATCH.PSF.SOURCE STR AUTO # which inputs to convolve? (RAW, CNV, AUTO) 349 347 PSPHOT.STACK.TARGET.PSF.AUTO BOOL F # automatically determine target PSF size? 350 @PSPHOT.STACK.TARGET.PSF.FWHM F32 5.0 6.5 8.0 # FWHM of target PSF (if NOT AUTO sized; pixels) 348 PSPHOT.STACK.USE.RAW BOOL F # perform photometry & morphology analysis on the raw image 349 @PSPHOT.STACK.TARGET.PSF.FWHM F32 6.5 8.0 # FWHM of target PSF (if NOT AUTO sized; pixels) 351 350 RADIAL_APERTURES BOOL T # calculate flux in circular radial apertures? 352 351 RADIAL_APERTURES_SN_LIM F32 0.0 # S/N limit for radial aperture calculation … … 354 353 355 354 EXT_FIT_MAX_RADIUS F32 50.0 356 PSF_MODEL STR PS_MODEL_GAUSS 355 PSF_MODEL STR PS_MODEL_QGAUSS 356 EXT_MODEL STR PS_MODEL_SERSIC 357 END 358 359 # Extended source fit parameters 360 STACKPHOT_TEST METADATA 361 EXTENDED_SOURCE_FITS BOOL TRUE # perform any of the aperture-like measurements? 362 EXTENDED_SOURCE_ANALYSIS BOOL TRUE # perform any of the aperture-like measurements? 363 EXTENDED_SOURCE_SN_LIM F32 20.0 364 EXTENDED_SOURCE_PETROSIAN BOOL TRUE 365 EXTENDED_SOURCE_ANNULI BOOL TRUE 366 PSPHOT.STACK.MATCH.PSF.SOURCE STR AUTO # which inputs to convolve? (RAW, CNV, AUTO) 367 PSPHOT.STACK.TARGET.PSF.AUTO BOOL F # automatically determine target PSF size? 368 PSPHOT.STACK.USE.RAW BOOL F # perform photometry & morphology analysis on the raw image 369 @PSPHOT.STACK.TARGET.PSF.FWHM F32 8.0 10.0 # FWHM of target PSF (if NOT AUTO sized; pixels) 370 RADIAL_APERTURES BOOL T # calculate flux in circular radial apertures? 371 RADIAL_APERTURES_SN_LIM F32 0.0 # S/N limit for radial aperture calculation 372 OUTPUT.FORMAT STR PS1_SV1 373 374 EXT_FIT_MAX_RADIUS F32 50.0 375 PSF_MODEL STR PS_MODEL_QGAUSS 357 376 EXT_MODEL STR PS_MODEL_SERSIC 358 377 END -
trunk/ippconfig/recipes/reductionClasses.mdc
r31080 r31163 144 144 # basic science analysis 145 145 DEFAULT METADATA 146 CHIP_PPIMAGE STR CHIP 147 CHIP_PSPHOT STR CHIP 148 WARP_PSWARP STR WARP 149 STACK_PPSTACK STR STACK 150 STACK_PPSUB STR STACK 151 STACK_PSPHOT STR STACK 152 DIFF_PPSUB STR DIFF 153 DIFF_PSPHOT STR DIFF 154 JPEG_BIN1 STR PPIMAGE_J1 155 JPEG_BIN2 STR PPIMAGE_J2 156 FAKEPHOT STR FAKEPHOT 157 ADDSTAR STR ADDSTAR 158 PSASTRO STR DEFAULT_RECIPE 159 STACKPHOT STR STACKPHOT 146 CHIP_PPIMAGE STR CHIP 147 CHIP_PSPHOT STR CHIP 148 WARP_PSWARP STR WARP 149 STACK_PPSTACK STR STACK 150 STACK_PPSUB STR STACK 151 STACK_PSPHOT STR STACK 152 DIFF_PPSUB STR DIFF 153 DIFF_PSPHOT STR DIFF 154 JPEG_BIN1 STR PPIMAGE_J1 155 JPEG_BIN2 STR PPIMAGE_J2 156 FAKEPHOT STR FAKEPHOT 157 ADDSTAR STR ADDSTAR 158 PSASTRO STR DEFAULT_RECIPE 159 STACKPHOT_PSPHOT STR STACKPHOT 160 STACKPHOT_PPSUB STR STACKPHOT 161 STACKPHOT_PPSTACK STR STACKPHOT 160 162 BACKGROUND_PPBACKGROUND STR BACKGROUND 161 163 BACKGROUND_PSWARP STR BACKGROUND … … 330 332 PSASTRO STR PS1_REFERENCE 331 333 STACKPHOT STR STACKPHOT 334 END 335 336 # stackphot (static sky) test reduction 337 STACKPHOT_TEST METADATA 338 STACKPHOT_PSPHOT STR STACKPHOT_TEST 339 STACKPHOT_PPSUB STR STACKPHOT 340 STACKPHOT_PPSTACK STR STACKPHOT 332 341 END 333 342
Note:
See TracChangeset
for help on using the changeset viewer.
