Skip to content
New issue

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

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

Already on GitHub? # to your account

Dose Volume #74

Merged
merged 9 commits into from
Aug 15, 2023
Merged

Dose Volume #74

merged 9 commits into from
Aug 15, 2023

Conversation

lmejn
Copy link
Member

@lmejn lmejn commented Aug 15, 2023

Implemented AbstractDoseVolume. This is a data type that holds all patient based information for computing dose. Currently, DoseVolume is implemented, which holds both dose position and external surface information. It may be further extended to add electron density information (#45)

@codecov
Copy link

codecov bot commented Aug 15, 2023

Codecov Report

Merging #74 (c35199b) into main (23e88fe) will increase coverage by 0.27%.
The diff coverage is 90.00%.

@@            Coverage Diff             @@
##             main      #74      +/-   ##
==========================================
+ Coverage   57.83%   58.10%   +0.27%     
==========================================
  Files          19       20       +1     
  Lines        1060     1067       +7     
==========================================
+ Hits          613      620       +7     
  Misses        447      447              
Files Changed Coverage Δ
src/DoseCalculations.jl 100.00% <ø> (ø)
src/DosePoints.jl 40.81% <0.00%> (ø)
src/DoseFluenceMatrix.jl 86.36% <100.00%> (ø)
src/DoseVolume.jl 100.00% <100.00%> (ø)

- Issue with non-vector inputs to dose_fluence_matrix and indexing
- Fixed by requiring pos and beamlets to dose_fluence_matrix to be a
  vector, rather than any n-dimensional array
- Enforced by _assert_size(D, pos, beamlets)
@lmejn lmejn merged commit 3472bfc into Image-X-Institute:main Aug 15, 2023
4 checks passed
@lmejn lmejn deleted the feature/dose-volume branch August 15, 2023 08:59
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant