Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. from pylinac import CBCT
  2.  
  3. path = r"C:/path/to/cbct/folder"
  4. mycbct = CBCT(path)
  5. mycbct.analyze(hu_tolerance=40, scaling_tolerance=1,
  6. thickness_tolerance=0.2)
  7. print(mycbct.return_results())
  8. mycbct.plot_analyzed_image()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement