Skip to content

Commit

Permalink
Merged in feature/RAM-3194_nuclear_planar (pull request #325)
Browse files Browse the repository at this point in the history
RAM-3194 Add nuclear module

Approved-by: Randy Taylor
  • Loading branch information
jrkerns committed Jan 9, 2024
2 parents 027446f + af096de commit 059f5c3
Show file tree
Hide file tree
Showing 30 changed files with 2,998 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -242,3 +242,5 @@ $RECYCLE.BIN/

# Windows shortcuts
*.lnk

tests_basic/test_files
6 changes: 6 additions & 0 deletions docs/source/changelog.rst
Expand Up @@ -12,6 +12,12 @@ Core
(e.g. when manipulating the image). Images can now be written back to efficient stacks.
* ``Rectangle`` and ``Circle`` classes have a new property: ``area``. This will return the area of the shape.

Nuclear
^^^^^^^

* A new module has been created. This module is a Python implementation of the NMQC toolkit for SPECT.
It contains 9 tests that are very similar to the ImageJ toolkit. See :ref:`nuclear` for more.

Profiles
^^^^^^^^

Expand Down
Binary file added docs/source/images/cor_sine.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/cor_x_residuals.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/cor_y_residuals.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/four_bar_img.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/four_bar_x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/four_bar_y.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/max_count_rate_plot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/planar_uniformity_plot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/quadrant_fwhm.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/quadrant_image.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/quadrant_mtf.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/tomo_contrast_graph.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/tomo_contrast_plot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/tomo_contrast_uniformity.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/tomo_res_x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/tomo_uniformity_plot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/source/index.rst
Expand Up @@ -30,6 +30,7 @@
winston_lutz_multi
planar_imaging
field_analysis
nuclear

.. toctree::
:hidden:
Expand Down

0 comments on commit 059f5c3

Please sign in to comment.