Changeset 31435 for trunk/ippconfig
- Timestamp:
- May 4, 2011, 3:59:42 PM (15 years ago)
- Location:
- trunk/ippconfig/recipes
- Files:
-
- 2 edited
-
ppSub.config (modified) (2 diffs)
-
reductionClasses.mdc (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/recipes/ppSub.config
r31163 r31435 76 76 INVERSE BOOL FALSE # Generate inverse subtraction? 77 77 PHOTOMETRY BOOL FALSE # Perform photometry? 78 NOCONVOLVE BOOL FALSE # Skip convolution? 79 78 80 79 81 FORCED.PHOTOMETRY.BOTH BOOL FALSE # forced photometry on input sources? … … 141 143 FORCED.PHOTOMETRY.BOTH BOOL TRUE # forced photometry on input sources 142 144 END 145 146 # Difference of warp - quickstack 147 WARPQSTACK METADATA 148 DUAL BOOL TRUE # Dual convolution? 149 INVERSE BOOL FALSE # Generate inverse subtraction? 150 PHOTOMETRY BOOL TRUE # Perform photometry? 151 152 # penalty of 1.0 153 # DUAL convolution is more sensitive to the number of kernels 154 # do not provide as many orders as for SINGLE 155 # @ISIS.WIDTHS F32 2.4 5.0 10.0 # Gaussian kernel FWHM values 156 @ISIS.WIDTHS F32 1.5 3.0 6.0 # Gaussian kernel FWHM values 157 # @ISIS.WIDTHS F32 2.0 3.0 5.0 # Gaussian kernel FWHM values 158 # @ISIS.WIDTHS F32 2.1 4.2 8.4 # Gaussian kernel FWHM values 159 @ISIS.ORDERS S32 2 2 2 # Polynomial orders for ISIS kernels 160 161 SCALE.REF F32 5.0 # FWHM reference for kernel parameter scaling 162 KERNEL.SIZE S32 15 # Kernel half-size (pixels) 163 STAMP.FOOTPRINT S32 15 # Size of stamps (pixels) 164 END 165 166 # Do no convolution 167 UNCONVOLVED METADATA 168 DUAL BOOL FALSE # Dual convolution? 169 INVERSE BOOL FALSE # Generate inverse subtraction? 170 PHOTOMETRY BOOL FALSE # Perform photometry? 171 NOCONVOLVE BOOL TRUE 172 CONVOLVE.TARGET STR SINGLE2 # convolution direction 173 END 174 175 # Difference of warp - junkstack 176 WARPJSTACK METADATA 177 DUAL BOOL FALSE # Dual convolution? 178 INVERSE BOOL FALSE # Generate inverse subtraction? 179 PHOTOMETRY BOOL TRUE # Perform photometry? 180 CONVOLVE.TARGET STR SINGLE1 # convolution direction 181 END 182 143 183 144 184 #PR image class -
trunk/ippconfig/recipes/reductionClasses.mdc
- Property svn:mergeinfo changed
/branches/czw_branch/20110406/ippconfig/recipes/reductionClasses.mdc (added) merged: 31253,31302,31434
r31379 r31435 218 218 END 219 219 220 WARPQSTACK METADATA 221 DIFF_PPSUB STR WARPQSTACK 222 DIFF_PSPHOT STR DIFF 223 JPEG_BIN1 STR PPIMAGE_J1 224 JPEG_BIN2 STR PPIMAGE_J2 225 END 226 227 NOCONVDIFF METADATA 228 DIFF_PPSUB STR UNCONVOLVED 229 DIFF_PSPHOT STR DIFF 230 JPEG_BIN1 STR PPIMAGE_J1 231 JPEG_BIN2 STR PPIMAGE_J2 232 END 233 220 234 # reduction classes for different stacks 221 235 # regular stacks - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
