Skip to content

Commit

Permalink
Refs #9155. Updating DgsDiagnose wiki docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed Mar 11, 2014
1 parent 2dddfd2 commit bebea50
Showing 1 changed file with 79 additions and 1 deletion.
80 changes: 79 additions & 1 deletion Code/Mantid/Framework/WorkflowAlgorithms/src/DgsDiagnose.cpp
@@ -1,7 +1,85 @@
/*WIKI*
This algorithm is responsible for setting up the necessary workspaces to
hand off to the DetectorDiagnostic algorithm.
hand off to the [[DetectorDiagnostic]] algorithm. The diagram below shows the
manipulations done by this algorithm. Workspaces that have dashed lines are
optional. Parameters in italics are retrieved from the
[[InstrumentParameterFile | instrument parameter file (IPF)]] unless they are
provided to the algorithm via a property manager. The mappings for these
parameters are shown below.
{| class="wikitable"
|-
! Parameter !! IPF Mapping !! [[DetectorDiagnostic]] Mapping
|-
| RejectZeroBackground || diag_samp_zero || -
|-
| BackgroundCheck || check_background || -
|-
| PsdBleed || diag_bleed_test || -
|-
| BackgroundTofStart || bkgd-range-min || -
|-
| BackgroundTofEnd || bkgd-range-max || -
|-
| DetVanRatioVariation || diag_variation || DetVanRatioVariation
|}
The open circles represent groups of parameters. They are detailed in the tables
below. All parameters given here act like italicized parameters.
====Detectors Outside Limits Parameters====
{| class="wikitable"
|-
! Parameter !! IPF Mapping !! [[DetectorDiagnostic]] Mapping
|-
| HighCounts || diag_huge || HighThreshold
|-
| LowCounts || diag_tiny || LowThreshold
|-
|}
====Median Detector Test Parameters====
{| class="wikitable"
|-
! Parameter !! IPF Mapping !! [[DetectorDiagnostic]] Mapping
|-
| HighOutlier || diag_van_out_hi || HighOutlier
|-
| LowOutlier || diag_van_out_lo || LowOutlier
|-
| MedianTestHigh || diag_van_hi || HighThresholdFraction
|-
| MedianTestLow || diag_van_lo || LowThresholdFraction
|-
| ErrorBarCriterion || diag_van_sig || SignificanceTest
|-
| MeanTestLevelsUp || diag_van_levels || LevelsUp
|-
| MediantestCorectForSolidAngle || diag_correct_solid_angle || CorrectForSolidAngle
|}
====Sample Background Parameters====
{| class="wikitable"
|-
! Parameter !! IPF Mapping !! [[DetectorDiagnostic]] Mapping
|-
| SamBkgMedianTestHigh || diag_samp_hi || SampleBkgHighAcceptanceFactor
|-
| SamBkgMedianTestLow || diag_samp_lo || SampleBkgLowAcceptanceFactor
|-
| SamBkgErrorBarCriterion || diag_samp_sig || SampleBkgSignificanceTest
|}
====PsdBleed Parameters====
{| class="wikitable"
|-
! Parameter !! IPF Mapping !! [[DetectorDiagnostic]] Mapping
|-
| MaxFramerate || diag_bleed_maxrate || MaxTubeFramerate
|-
| IgnoredPixels || diag_bleed_pixels || NIgnoredCentralPixels
|}
*WIKI*/

Expand Down

0 comments on commit bebea50

Please sign in to comment.