Replies: 7 comments 11 replies
-
Can you attach your scan? |
Beta Was this translation helpful? Give feedback.
-
Yes, here it is |
Beta Was this translation helpful? Give feedback.
-
I think I see the problem, there's no empty slice at the end of the phantom. |
Beta Was this translation helpful? Give feedback.
-
Newer versions of pylinac give a better error message. It looks like the scan is just one slice short of being considered complete. It would be best if you could move your phantom to be more centered about the CTP404 (HU linearity) module. This can also be solved by overriding the module locations but the former is preferred. |
Beta Was this translation helpful? Give feedback.
-
I tried to add a slice at the end but I have the same error message... |
Beta Was this translation helpful? Give feedback.
-
18112021.zip |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hello GitHub Community,
I hope this message finds you well. I am reaching out for assistance as I've encountered an issue while analyzing my CBCT images using Pylinac's CatPhan504 module.
Upon attempting to analyze my CBCT data, I consistently encounter the error message "list index out of range". Unfortunately, I'm unsure about the cause of this error and how to resolve it.
I suspect that the error may be related to the configuration of my CatPhan504 phantom. It's possible that my phantom setup differs from the standard configuration outlined in the Pylinac documentation.
Here's the code snippet I'm using for the analysis:
from pylinac import CatPhan504
from tkinter import filedialog
cbct_folder = filedialog.askdirectory()
mycbct = CatPhan504(cbct_folder)
mycbct.analyze()
print(mycbct.results)
I would greatly appreciate any insights or guidance on how to troubleshoot and resolve this issue. If anyone has experienced a similar problem or has expertise with Pylinac's CatPhan504 module, your help would be invaluable.
Thank you in advance for your time and assistance.
Beta Was this translation helpful? Give feedback.
All reactions