|
1 | | -# SPECT Tomographic Reconstruction 3D Slicer Extension |
2 | | - |
3 | | -This is the official repository for the `Slicer` extension `SlicerSPECTRecon`. |
4 | | - |
5 | | -This module enables the reconstruction of raw SPECT projection data, providing customizable options for image modeling and image reconstruction. The module has a SIMIND to DICOM converter to permit reconstruction of SIMIND Monte Carlo data. |
6 | | - |
7 | | -The module is divided into the following sections: |
8 | | - |
9 | | -- Data Converters: Provides tools for converting data from various sources into the DICOM format. |
10 | | -- Input Data: Users can select data from multiple bed positions after loading the projection data into the 3D Slicer DICOM database. |
11 | | -- System Modeling: Allows users to define transforms that are used to build the system matrix. |
12 | | -- Likelihood: Allows users to choose their preferred likelihood function. |
13 | | -- Reconstruction Algorithm: Provides the option of selecting a preferred reconstruction algorithm and their associated parameters |
14 | | - |
15 | | -Please refer to the `User_Manual.md` file for further information |
16 | | - |
17 | | -## User interface |
18 | | - |
19 | | -- Inputs |
20 | | - - Input volume: input SPECT/CT dicom files, simind file (convert to dicom using the data converter) |
21 | | -- Outputs |
22 | | - - Reconstructed volume: The volume will be saved under the specified name (or as the dataset name appended with _reconstructed) and will be located within the Subject Hierarchy in the Data Module. |
23 | | - |
24 | | -## Resources |
25 | | - |
26 | | -The following link collection should facilitate understanding the code in this extension: |
27 | | - |
28 | | -- [Slicer Utils](https://github.com/Slicer/Slicer/blob/master/Base/Python/slicer/util.py) |
29 | | -- [DICOM Introduction](https://www.slicer.org/wiki/Documentation/Nightly/FAQ/DICOM) |
30 | | -- [DICOM Structure](https://www.slicer.org/wiki/Documentation/4.0/Modules/CreateDICOMSeries) |
31 | | -- [DICOM Browser](https://dicom.innolitics.com/ciods) |
32 | | -- [Subject Hierarchy](https://www.slicer.org/wiki/Documentation/4.5/Modules/SubjectHierarchy) |
33 | | - |
34 | | -## Sample Data |
35 | | - |
36 | | -The links to the example data (sample patient and simind files) are in the sample_data.txt file in the `Resources` folder. |
37 | | - |
38 | | -## Contribute |
39 | | - |
40 | | -If you'd like to contribute, you can find an orientation on the Slicer [documentation for developers](https://www.slicer.org/wiki/Documentation/Nightly/Developers). |
41 | | - |
42 | | -Please read first the `CONTRIBUTING.md` file for further information on how to contribute. You can also check the Pytomography [readthedocs](https://pytomography.readthedocs.io/en/latest/) for an orientation on Pytomography. |
43 | | - |
44 | | -## License |
45 | | - |
46 | | -SlicerSPECTRecon is subject to the `MIT License`, which is in the project's root. |
47 | | - |
48 | | -## Contact |
49 | | - |
| 1 | +# SPECT Tomographic Reconstruction 3D Slicer Extension |
| 2 | + |
| 3 | +This is the official repository for the `Slicer` extension `SlicerSPECTRecon`. |
| 4 | + |
| 5 | +This module enables the reconstruction of raw SPECT projection data, providing customizable options for image modeling and image reconstruction. The module has a SIMIND to DICOM converter to permit reconstruction of SIMIND Monte Carlo data. |
| 6 | + |
| 7 | +The module is divided into the following sections: |
| 8 | + |
| 9 | +- Data Converters: Provides tools for converting data from various sources into the DICOM format. |
| 10 | +- Input Data: Users can select data from multiple bed positions after loading the projection data into the 3D Slicer DICOM database. |
| 11 | +- System Modeling: Allows users to define transforms that are used to build the system matrix. |
| 12 | +- Likelihood: Allows users to choose their preferred likelihood function. |
| 13 | +- Reconstruction Algorithm: Provides the option of selecting a preferred reconstruction algorithm and their associated parameters |
| 14 | + |
| 15 | +Please refer to the `User_Manual.md` file for further information |
| 16 | + |
| 17 | +## User interface |
| 18 | + |
| 19 | +- Inputs |
| 20 | + - Input volume: input SPECT/CT dicom files, simind file (convert to dicom using the data converter) |
| 21 | +- Outputs |
| 22 | + - Reconstructed volume: The volume will be saved under the specified name (or as the dataset name appended with _reconstructed) and will be located within the Subject Hierarchy in the Data Module. |
| 23 | + |
| 24 | +## Resources |
| 25 | + |
| 26 | +The following link collection should facilitate understanding the code in this extension: |
| 27 | + |
| 28 | +- [Slicer Utils](https://github.com/Slicer/Slicer/blob/master/Base/Python/slicer/util.py) |
| 29 | +- [DICOM Introduction](https://www.slicer.org/wiki/Documentation/Nightly/FAQ/DICOM) |
| 30 | +- [DICOM Structure](https://www.slicer.org/wiki/Documentation/4.0/Modules/CreateDICOMSeries) |
| 31 | +- [DICOM Browser](https://dicom.innolitics.com/ciods) |
| 32 | +- [Subject Hierarchy](https://www.slicer.org/wiki/Documentation/4.5/Modules/SubjectHierarchy) |
| 33 | + |
| 34 | +## Sample Data |
| 35 | + |
| 36 | +The links to the example data (sample patient and simind files) are in the sample_data.txt file in the `Resources` folder. |
| 37 | + |
| 38 | +## Contribute |
| 39 | + |
| 40 | +If you'd like to contribute, you can find an orientation on the Slicer [documentation for developers](https://www.slicer.org/wiki/Documentation/Nightly/Developers). |
| 41 | + |
| 42 | +Please read first the `CONTRIBUTING.md` file for further information on how to contribute. You can also check the Pytomography [readthedocs](https://pytomography.readthedocs.io/en/latest/) for an orientation on Pytomography. |
| 43 | + |
| 44 | +## License |
| 45 | + |
| 46 | +SlicerSPECTRecon is subject to the `MIT License`, which is in the project's root. |
| 47 | + |
| 48 | +## Contact |
| 49 | + |
50 | 50 | Please post any questions to the [Pytomography Discourse Forum](https://pytomography.discourse.group/). |
0 commit comments