Skip to content

Commit

Permalink
updated SIRF version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
evgueni-ovtchinnikov committed Jan 17, 2024
1 parent 3b9cf02 commit 48cd7ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ endif()

####### Set Version number etc
set(VERSION_MAJOR 3 )
set(VERSION_MINOR 5 )
set(VERSION_MINOR 6 )
set(VERSION_PATCH 0 )
mark_as_advanced(VERSION_MAJOR VERSION_MINOR VERSION_PATCH)

Expand Down
2 changes: 1 addition & 1 deletion doc/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# Overview <a name="Overview"></a>

The SIRF (Synergistic Image Reconstruction Framework) software is an Open Source toolkit for the reconstruction of PET and MRI raw data. The aim is to provide code simple enough to easily perform a reconstruction, yet powerful enough to be able to handle real, full-size datasets. Our strategy in achieving this aim is to employ available Open Source reconstruction software written in advanced programming languages such as C++ and provide basic-user-friendly interfaces to it written in script languages, primarily Matlab and Python. This document describes in detail the interfacing principles and structure in order to facilitate the contributions to SIRF from any interested developer.
This Developer's Guide is for version 3.5 of SIRF. The software can be found on [https://github.com/CCPSyneRBI](https://github.com/CCPSyneRBI).
This Developer's Guide is for version 3.6 of SIRF. The software can be found on [https://github.com/CCPSyneRBI](https://github.com/CCPSyneRBI).

# SIRF structure <a name="SIRF_structure"></a>

Expand Down
2 changes: 1 addition & 1 deletion doc/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

The SIRF (Synergistic Image Reconstruction Framework) software is an Open Source toolkit for the reconstruction of PET and MRI raw data. The aim is to provide code simple enough to easily perform a reconstruction, yet powerful enough to be able to handle real, full-size datasets. Our strategy in achieving this aim is to employ available Open Source reconstruction software written in advanced programming languages such as C++ and provide basic-user-friendly interfaces to it written in script languages, primarily Matlab and Python. The interface style permits a reconstruction to be performed in stages, allowing the user to inspect or modify data, or insert their own code.

This User’s Guide describes version 3.5 of SIRF. The software can be found on [https://github.com/SyneRBI](https://github.com/SyneRBI).
This User’s Guide describes version 3.6 of SIRF. The software can be found on [https://github.com/SyneRBI](https://github.com/SyneRBI).

## General architecture <a name="General_architecture"></a>

Expand Down

0 comments on commit 48cd7ff

Please sign in to comment.