JuliaImageRecon / Sinograms.jl

Julia library for working with sinograms / tomography / Radon transform
MIT License
15 stars 6 forks source link

Parker weighting for CBCT #46

Closed JeffFessler closed 1 year ago

JeffFessler commented 1 year ago

Should address #43. Also includes some type stability improvements, though more are needed.

codecov[bot] commented 1 year ago

Codecov Report

Base: 99.62% // Head: 99.63% // Increases project coverage by +0.01% :tada:

Coverage data is based on head (a9b9239) compared to base (f18f5b4). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #46 +/- ## ========================================== + Coverage 99.62% 99.63% +0.01% ========================================== Files 31 31 Lines 799 822 +23 ========================================== + Hits 796 819 +23 Misses 3 3 ``` | [Impacted Files](https://codecov.io/gh/JuliaImageRecon/Sinograms.jl/pull/46?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/fbp2/plan2.jl](https://codecov.io/gh/JuliaImageRecon/Sinograms.jl/pull/46/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2ZicDIvcGxhbjIuamw=) | `100.00% <ø> (ø)` | | | [src/fbp3/plan3.jl](https://codecov.io/gh/JuliaImageRecon/Sinograms.jl/pull/46/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2ZicDMvcGxhbjMuamw=) | `100.00% <ø> (ø)` | | | [src/fbp2/fbp.jl](https://codecov.io/gh/JuliaImageRecon/Sinograms.jl/pull/46/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2ZicDIvZmJwLmps) | `100.00% <100.00%> (ø)` | | | [src/fbp2/parker.jl](https://codecov.io/gh/JuliaImageRecon/Sinograms.jl/pull/46/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2ZicDIvcGFya2VyLmps) | `100.00% <100.00%> (ø)` | | | [src/fbp3/cbct-back.jl](https://codecov.io/gh/JuliaImageRecon/Sinograms.jl/pull/46/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2ZicDMvY2JjdC1iYWNrLmps) | `98.36% <100.00%> (ø)` | | | [src/fbp3/fdk.jl](https://codecov.io/gh/JuliaImageRecon/Sinograms.jl/pull/46/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2ZicDMvZmRrLmps) | `100.00% <100.00%> (ø)` | | | [src/geom/common.jl](https://codecov.io/gh/JuliaImageRecon/Sinograms.jl/pull/46/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2dlb20vY29tbW9uLmps) | `100.00% <100.00%> (ø)` | | | [src/geom/type2.jl](https://codecov.io/gh/JuliaImageRecon/Sinograms.jl/pull/46/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2dlb20vdHlwZTIuamw=) | `100.00% <100.00%> (ø)` | | | [src/geom/type3.jl](https://codecov.io/gh/JuliaImageRecon/Sinograms.jl/pull/46/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2dlb20vdHlwZTMuamw=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.