Skip to content

Instantly share code, notes, and snippets.

@asvcode
Created November 5, 2020 17:17
Show Gist options
  • Save asvcode/bc32c060db89ec98c6f4e329a09b3d49 to your computer and use it in GitHub Desktop.
Save asvcode/bc32c060db89ec98c6f4e329a09b3d49 to your computer and use it in GitHub Desktop.
high_level = patient6.windowed(w=200, l=200)
low_level = patient6.windowed(w=200, l=-200)
show_images([high_level, low_level], titles=['high window level', 'low window level'], figsize=(7,7))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment