Skip to content

Instantly share code, notes, and snippets.

@asvcode
Created November 5, 2020 17:15
Show Gist options
  • Save asvcode/0f9723a43107ab0abf45195660375fb3 to your computer and use it in GitHub Desktop.
Save asvcode/0f9723a43107ab0abf45195660375fb3 to your computer and use it in GitHub Desktop.
high_width = patient6.windowed(w=1000, l=40)
low_width = patient6.windowed(w=100, l=40)
show_images([high_width, low_width], titles=['high window width', 'low window width'], figsize=(7,7))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment