Changeset 36677 for branches/eam_branches/ipp-20140402/ippconfig
- Timestamp:
- Apr 20, 2014, 5:52:37 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140402
- Files:
-
- 8 edited
-
. (modified) (1 prop)
-
ippconfig (modified) (1 prop)
-
ippconfig/gpc1/ppStack.config (modified) (2 diffs)
-
ippconfig/recipes/nightly_science.config (modified) (2 diffs)
-
ippconfig/recipes/ppStack.config (modified) (1 diff)
-
ippconfig/recipes/ppSub.config (modified) (1 prop)
-
ippconfig/recipes/psphot.config (modified) (1 diff)
-
ippconfig/recipes/reductionClasses.mdc (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140402
- Property svn:mergeinfo changed
/trunk (added) merged: 36642-36643,36645,36647,36649-36651,36653,36655,36657-36666,36668-36671
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140402/ippconfig
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140402/ippconfig/gpc1/ppStack.config
r36183 r36677 167 167 PSF.TARGET.AS.MAX BOOL TRUE 168 168 PSF.TARGET.AS.MAX.EPSILON F32 0.1 169 THRESHOLD.MASK F32 0.01 # Threshold for mask deconvolution (0..1) 170 COMBINE.ITER F32 0.5 # Number of rejection iterations per input 171 COMBINE.REJ F32 2.5 # Rejection threshold in combination (sigma) 172 COMBINE.SYS F32 0.1 # Relative systematic error in combination 173 COMBINE.DISCARD F32 0.2 # Discard fraction for Olympic weighted mean 174 IMAGE.REJ F32 0.1 # Rejected pixel fraction threshold for rejecting entire image 169 175 END 170 176 … … 183 189 PSF.TARGET.AS.MAX BOOL TRUE 184 190 PSF.TARGET.AS.MAX.EPSILON F32 0.1 191 THRESHOLD.MASK F32 0.5 # Threshold for mask deconvolution (0..1) 192 COMBINE.ITER F32 0.5 # Number of rejection iterations per input 193 COMBINE.REJ F32 3.5 # Rejection threshold in combination (sigma) 194 COMBINE.SYS F32 0.1 # Relative systematic error in combination 195 COMBINE.DISCARD F32 0.2 # Discard fraction for Olympic weighted mean 196 IMAGE.REJ F32 0.1 # Rejected pixel fraction threshold for rejecting entire image 197 END 198 199 STACK_MDTHREEPI_DEEP_1DG METADATA ## revised config for MD+3PI 200 OUTPUT.NOCOMP BOOL TRUE 201 OUTPUT.LOGFLUX BOOL FALSE 202 OUTPUT.REPLICATE BOOL TRUE 203 STACK.TYPE STR DEEP_STACK 204 PSF.INPUT.CLIP.SIMPLE BOOL True 205 PSF.INPUT.MAX F32 10.0 # 206 PSF.INPUT.CLIP.NSIGMA F32 100.0 207 PSF.INPUT.THRESH F32 NAN 208 PSF.INPUT.ASYMMETRY F32 NAN 209 MATCH.REJ F32 4.0 # need ot tune? 210 SAFE BOOL FALSE 211 PSF.TARGET.AS.MAX BOOL TRUE 212 PSF.TARGET.AS.MAX.EPSILON F32 0.1 213 THRESHOLD.MASK F32 0.01 # Threshold for mask deconvolution (0..1) 214 COMBINE.ITER F32 0.5 # Number of rejection iterations per input 215 COMBINE.REJ F32 2.5 # Rejection threshold in combination (sigma) 216 COMBINE.SYS F32 0.1 # Relative systematic error in combination 217 COMBINE.DISCARD F32 0.2 # Discard fraction for Olympic weighted mean 218 IMAGE.REJ F32 0.1 # Rejected pixel fraction threshold for rejecting entire image 185 219 END 186 220 -
branches/eam_branches/ipp-20140402/ippconfig/recipes/nightly_science.config
r36037 r36677 3 3 MODE STR CHIP 4 4 COMMAND STR chiptool -dbname @DBNAME@ -updaterun -set_state goto_cleaned -state full -set_label goto_cleaned -label @LABEL@ -data_group @DATA_GROUP@ 5 RETENTION_TIME U16 75 RETENTION_TIME U16 5 6 6 END 7 7 CLEAN_MODES METADATA … … 9 9 COMMAND STR warptool -dbname @DBNAME@ -updaterun -set_state goto_cleaned -state full -set_label goto_cleaned -label @LABEL@ -data_group @DATA_GROUP@ 10 10 # COMMAND STR true 11 RETENTION_TIME U16 711 RETENTION_TIME U16 5 12 12 END 13 13 CLEAN_MODES METADATA 14 14 MODE STR DIFF 15 15 COMMAND STR difftool -dbname @DBNAME@ -updaterun -set_state goto_cleaned -state full -set_label goto_cleaned -label @LABEL@ -data_group @DATA_GROUP@ 16 RETENTION_TIME S16 716 RETENTION_TIME S16 5 17 17 END 18 18 CLEAN_MODES METADATA -
branches/eam_branches/ipp-20140402/ippconfig/recipes/ppStack.config
r35964 r36677 189 189 END 190 190 191 STACK_MDTHREEPI_DEEP_1DG METADATA 192 END 193 191 194 192 195 -
branches/eam_branches/ipp-20140402/ippconfig/recipes/ppSub.config
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20140402/ippconfig/recipes/psphot.config
r36633 r36677 491 491 PEAKS_NMAX_TOTAL S32 0 # set this to limit the allowed number of peaks - Yields fault instead of avoid memory explosion 492 492 493 EXT_MODEL_TYPE_FOR_CFF STR PS_MODEL_DEV493 # EXT_MODEL_TYPE_FOR_CFF STR PS_MODEL_DEV 494 494 495 495 SAVE.RESID BOOL TRUE -
branches/eam_branches/ipp-20140402/ippconfig/recipes/reductionClasses.mdc
- Property svn:mergeinfo changed
/trunk/ippconfig/recipes/reductionClasses.mdc merged: 36659
r36644 r36677 663 663 STACKPHOT_SINGLE_PSPHOT STR STACKPHOT_SINGLE 664 664 STATICSKY_CALIBRATION STR STATICSKY_DEEPCAL 665 END 666 667 MDTHREEPI_DEEP_STACK_1DG METADATA 668 STACK_PPSTACK STR STACK_MDTHREEPI_DEEP_1DG 669 STACK_PPSUB STR STACK_1DG 670 STACK_PSPHOT STR STACK 671 STACKPHOT_PSPHOT STR STACKPHOT 672 STACKPHOT_PPSUB STR STACKPHOT_1DG 673 STACKPHOT_PPSTACK STR STACKPHOT 674 STACKPHOT_SINGLE_PSPHOT STR STACKPHOT_SINGLE 675 STATICSKY_CALIBRATION STR STATICSKY_DEEPCAL 665 676 END 666 677 - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
