File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -831,6 +831,20 @@ \subsubsection{ROOT files as output by OpenGATE}
831831as the OpenGATE project might be distributing files
832832to enable STIR to read \textit {LMF } format files.
833833
834+ \subsubsubsection {STIR GATE geometry alignment}
835+ STIR's first crystal/detector index is along the \texttt {y } axis while GATE's is (by default) along the \texttt {x } axis.
836+ This results in a rotation of 90 degrees unless accounted for.
837+ Two possible correction methods exist:
838+ \begin {enumerate }
839+ \item (Recommended) Rotate the GATE scanner geometry by 90 degrees. See example:
840+ \url {https://github.com/UCL/STIR/blob/master/examples/ROOT_files/ROOT_STIR_consistency/Gate_macros/geometry.mac}{ROOT\_ STIR\_ consistency/Gate\_ macros/geometry.mac}
841+ \item Use the \texttt {View offset (degrees) } parameter in the scanner definition of the ROOT header files.
842+ However, this requires modification of the sinogram headers but
843+ allows for backwards compatibility with older GATE simulations.
844+ \end {enumerate }
845+ Note, pre-STIR version 5.0, a number of rotations were used in STIR to rotate the scanner and align GATE simulation
846+ with STIR. However, these were removed because with the addition of \texttt {View offset (degrees) } into scanner definitions.
847+
834848\subsubsubsection {ROOT exclusion keys configurations}
835849The \textit {exclude xxx events := 1 } keys can be used to process specific types of events.
836850Below are sets event types that will be processed with an exclusion or combination of exclusions.
You can’t perform that action at this time.
0 commit comments