You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Bug Fixes
When installing the clara-viz-core Python package only there is the error ModuleNotFoundError: No module named 'packaging' when doing import clara.viz.core
When getting the settings from the renderer the 'TransferFunctions' sections is returned as 'Transferfunctions' with lower case 'f'
Documentation
Added a section on using Clara Viz within a docker container.
Added a link to the documentation.
Added a section on WSL (Windows Subsystem for Linux).
Notebooks
The DataDefinition class is using ITK to load the data files, make sure ITK is available.
Added a slice rendering example (Slice_rendering.ipynb)
Fixed the check if the volume file exists in Render_image.ipynb, also fixed volume orientation and scaling.
Updated the settings files to match the settings conventions used by the renderer.
Misc
Changed the camera names and removed the Slice prefix of the orthographic cameras. Renamed the perspective camera from Cinematic to Perspective