2023.1.1
What's Changed
New Features:
- Added snapping for wires, and vertical and horizontal alignment.
- Align input and outputs buttons now cycle through every connection. Now it's really easy to keep the workflows clean and tidy!
- Column index now displayed in table viewer
- New Node: Label Map to Mask
- New Node: Create Numeric Meshgrid
- New Node: Export Nrrd.
Updates
- Morphology nodes now handle both images and masks
- Removed limit of 6 layers in Visualize node
- Support for import json metadata when importing Nifti
- Changed default name of output histogram table
- Added support for drag-and-drop ice.gz, .hdata.gz and hxdata.gz to workflow
- Allow negative indices in Split Numeric Array. Like in e.g. numpy, -1 represents the last element, and -2 the second to last etc.
- Exported nifti compressed by default
- Elastix output image is now optional. Disable the output if you only want the transform, and want to save memory by not returning the image to the workflow.
- Force transform to run exclusively. This will prevent crashes caused by non-thread safe functions in the ITK library.
- All object attributes in the python library are now identical to the corresponding properties in Hero. For example, the “Position” property of an image in Hero had the corresponding attribute “position” in the python library, to conform to the naming conventions of PEP 8. Now the properties and attributes are identical.
Bug fixes
- Several small fixes in the plugin editor
- Wrong output type in Apply Transform
- Fixed bug in settings in Geometric Shape node
- Fixed bug when applying deformation field
- “Name” field exposed for wrong input types in save to database node
- Export nodes now obey the compression setting
- Visualization “sag” orientation spelling has been corrected.
- Fixed scrolling issue in visualizer.
- N4 Bias field correction now handles list inputs correctly
- RTSTRUCT export of oblique frames of references are now supported.
- Files without file extension are now visible in the Open File dialogue window
- Struct name from plugin output is now correct
- Empty fields in Create Structure node now prevent the node from executing
- DVH calculates Mean correctly
- Gamma index now handles lists correctly
Python versions
- Python version 3.10.9 included
- Compatible with heropytools version 1.2.2
Copyright © 2023, Hero Imaging AB