Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

non-1000 SID images #492

Open
seandomal opened this issue Apr 29, 2024 · 1 comment
Open

non-1000 SID images #492

seandomal opened this issue Apr 29, 2024 · 1 comment

Comments

@seandomal
Copy link

I am trying to use the picket fence module for our elekta unity machine in which the iso is at 143.5 cm instead of 100 cm. I would like to request a feature update to allow for the integration of non-1000 SID images with appropriate error scaling.

@jrkerns
Copy link
Owner

jrkerns commented Jul 23, 2024

The iso is already accounted for if the image has the appropriate tags. Pylinac will use the DICOM tags if they exist (and ignore anything passed), otherwise you can specify them yourself.

E.g.

pf = PicketFence(f, image_kwargs={'sad': 1435, 'sid': 1600})  # only works if the DICOM tags are missing. 

You can attach the image if you want and we can check the tags. Elekta has a pretty terrible track record for them so it's not out of the question.

jrkerns added a commit that referenced this issue Dec 30, 2024
RAM-4268 Reduce WL plotly size when zoomed in.

Approved-by: Randy Taylor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants