Hello !
I try to run the Tomographic Resolution test on an image but i get the following error when executed :
Traceback (most recent call last):
\tomographic.py", line 5, in <module>
tr.analyze()
Python311\Lib\site-packages\pylinac\nuclear.py", line 765, in analyze
dpmm = abs(self.stack.metadata.SpacingBetweenSlices)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Python311\Lib\site-packages\pydicom\dataset.py", line 908, in __getattr__
return object.__getattribute__(self, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'FileDataset' object has no attribute 'SpacingBetweenSlices'
Any idea about how can i fix that ?
Thanks