You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STIR can read CERN ROOT files from GATE (see section \ref{sec:ROOTIO}). Check the \url{https://root.cern/install/}{installation instructions for ROOT}.
253
+
STIR can read CERN ROOT files from GATE for PET data (see section \ref{sec:ROOTIO}). Check the \url{https://root.cern/install/}{installation instructions for ROOT}.
258
254
259
255
\subsubsection{
260
256
Enabling ITK support\label{sec:installITK}}
@@ -264,8 +260,8 @@ \subsubsection{
264
260
265
261
\subsection{
266
262
Building}
267
-
Since version 2.2, \textit{STIR} contains files to build STIR using the platform-independent
268
-
\url{"http://www.cmake.org"}{CMake}. This is now the only option to build STIR as
263
+
\textit{STIR} contains files to build STIR using the platform-independent
264
+
\url{"http://www.cmake.org"}{CMake}. This is the only option to build STIR as
269
265
it is easier for configuration and finding system dependencies.
270
266
\subsubsection{
271
267
Using CMake}
@@ -390,8 +386,8 @@ \subsubsection{
390
386
\texttt{./install} to put the files inside your build directory.
391
387
\item\textit{CMAKE\_CXX\_STANDARD} can be used to tell CMake to add flags to your compiler to use
392
388
a particular version of the C++ standard (if it supports it). It is set
393
-
to \texttt{11} since STIR 5.0. Other possible allowed values are
394
-
\texttt{14}, \texttt{17} and \textit{20}. More recent version have not yet been tested.
389
+
to \texttt{17} since STIR 6.2. Other possible allowed values are
390
+
\texttt{20} and \textit{23}. More recent version have not yet been tested.
395
391
\end{itemize}
396
392
397
393
When building the Python code, and you have multiple versions of Python installed,
@@ -418,7 +414,7 @@ \subsubsection{
418
414
419
415
If you want to use the X windows display routines, CMake
420
416
should work out-of-the-box if you have suitable libraries installed, see the wiki
421
-
for required packages.
417
+
for required packages. However, these will be removed soon.
422
418
423
419
{ \subsubsubsubsection{X development libraries}
424
420
}
@@ -2175,6 +2171,15 @@ \subsubsection{
2175
2171
the default backprojector used by FBP3DRP, has a central artefact
2176
2172
on some systems (including Sparc and 64-bit AMD and Intel processors).
2177
2173
2174
+
\subsubsection{
2175
+
Spline Reconstruction Technique (SRT2D and SRT2DSPECT)}
2176
+
2177
+
Since STIR 6.3, SRT has been added. This is an alternative analytic reconstruction method.
2178
+
For SPECT, it has the notable advantage that attenuation can be taken into account correctly,
2179
+
i.e., it implements the inverse of the attenuation (2D) Radon transform.
2180
+
The version in STIR implements the algorithm from [Fok2006]. A full description is currently
2181
+
under review [Kyr2025].
2182
+
2178
2183
\subsection{
2179
2184
Scatter Estimation and simulation}
2180
2185
\label{sec:scatterestimation}
@@ -5636,7 +5641,7 @@ \subsection{
5636
5641
\subsubsection{
5637
5642
X Windows display}
5638
5643
\label{sec:displayX}
5639
-
\textbf{Warning} This functionality is deprecated and will be removed in a next version.
5644
+
\textbf{Warning} This functionality is deprecated and will be removed in STIR v7.0.
5640
5645
5641
5646
This provides a (very basic) way of displaying bitmaps when using
5642
5647
X windows. This works by creating a new window where some of
@@ -5871,6 +5876,9 @@ \section{
5871
5876
reconstruction using ordered subsets of projection data. \textit{IEEE
5872
5877
Trans. Med. Imaging}, MI-13: 601-609.
5873
5878
5879
+
{[}Fok2006] Fokas, A. S., A. Iserles, and V. Marinakis. "Reconstruction algorithm for
5880
+
single photon emission computed tomography and its numerical implementation." \textit{Journal of the Royal Society Interface} 3.6 (2006).
5881
+
5874
5882
{[}Fus13] Berta Marti Fuster, Carles Falcon, Charalampos Tsoumpas, Lefteris Livieratos, Pablo Aguiar, Albert Cot, Domenec Ros and Kris Thielemans, \textbf{ (2013)} Integration of advanced 3D SPECT modeling into the open-source STIR framework, \textit{Med. Phys. 40}, 092502; http://dx.doi.org/10.1118/1.4816676.
5875
5883
5876
5884
{[}Fus14] Berta Marti Fuster, Kjell Erlandsson, Carles Falcon, Charalampos Tsoumpas, Lefteris Livieratos, Domenec Ros, Kris Thielemans, \textbf{(2014)} Evaluation of the novel 3D SPECT Modelling Algorithm in the STIR Reconstruction Framework: Simple vs. full attenuation correction, \textit{proc. IEEE MIC 2013}, Seoul, Korea.
0 commit comments