Skip to content

Commit

Permalink
Fix docstring for GetIsodosePoints
Browse files Browse the repository at this point in the history
Resolves #311.
  • Loading branch information
bastula committed Oct 1, 2022
1 parent abfeedf commit 1877bcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dicompylercore/dicomparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -944,12 +944,12 @@ def GetIsodosePoints(self, z=0, level=100, threshold=0.5):
z : int, optional
Slice position in mm., by default 0
level : int, optional
Isodose level in scaled form
(multiplied by self.ds.DoseGridScaling), by default 100
threshold : float, optional
Threshold in mm to determine the max difference
from z to the closest dose slice without
using interpolation, by default 100
threshold : float, optional
Isodose level in scaled form
(multiplied by self.ds.DoseGridScaling), by default 0.5
using interpolation, by default 0.5
Returns
-------
Expand Down

0 comments on commit 1877bcc

Please sign in to comment.