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

Take steel into account in attenuation correction #20

Open
jacg opened this issue Jul 4, 2022 · 1 comment
Open

Take steel into account in attenuation correction #20

jacg opened this issue Jul 4, 2022 · 1 comment

Comments

@jacg
Copy link
Owner

jacg commented Jul 4, 2022

Attenuation correction currently takes into account only the material in the FOV. The steel layer in front of the LXe contributes significantly to the attenuation, and is, thus far ignored.

Take this layer into account in scatter correction, and see if it mitigates the St. Andrew's cross artefact.

@jacg
Copy link
Owner Author

jacg commented Aug 28, 2022

The steel's contribution to the attenuation is proportional to the intersection length between the LOR and the cylindirical shell formed by the steel. This effect reduces the overall sensitivity of the detector.

The LXe's contribution to the sensitivity is proportional to the intersection length between the LOR and the cylindrical shell formed by the LXe. This effect increases the overall sensitivity of the detector.

These two shells are contiguous, so the geometries' details in the two cases are very similar. Thus these two effects are similar but act in opposite directions.

A quick back-of-the-envelope estimate suggests that the LXe contribution to the sensitivity is very roughly twice the steel's contribution to the attenuation: LXe ≈ -2Fe. So a rough estimate of the combined effect (taking attenuation to be positive) is: extra attenuation = Fe - LXe ≈ -Fe.

Including a prototype implementation of the steel's attenuation in the sensitivity image, exacerbates the St Andrew's cross. Applying the aforementioned trick and subtracting the steel's contribution to get a rough estimate of the total effect of the steel and the LXe, ELIMINATES THE ST. ANDREW'S CROSS ALMOST COMPLETELY.

This has no appreciable effect on the CRCs or SNRs, but it does improve the background variabilities. One would expect the bgvars to improve, as removing the St. Andrew's cross makes the background much more uniform.

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

1 participant