Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 818 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 818 Bytes

Volume DICOM SOP

This operator allow to open DICOM data in Houdini and operate them as volumes.

image

Instalation

Run in terminal to install pydicom library.

# Hython from Houdini
 hython -m pip install pydicom

Attributes

It generate volume @density with normalized values in range 0-1. Original min/max values stored in detail attributes.

Functionality

  • open file or directory (currently it load in memory)
  • remap density scalar
  • remap density vector @Cd
  • band @density filter
image