Releases: TechnionComputationalMRILab/ImageUntangler
Releases · TechnionComputationalMRILab/ImageUntangler
Release list
v4.2.0: Merge pull request #15 from TechnionComputationalMRILab/v4-dev
New in this version:
- Re-implements the centerline calculation method to use only the image indices, which is more reliable
Issues:
- Scanner still freezes the UI
- All points for all slices are displayed on the initial view upon image loading. May cause confusion for end users.
v4.1.0
v4.0.1: Merge pull request #13 from TechnionComputationalMRILab/v4-dev
Features:
- Opening new case from a database generated using the pre-processing scanner, for both axial and coronal cases
- Display coronal/axial flag on the custom case loader
- Throws error when centerline height/angle encounters an error, and allows the user to continue
- Save and load annotations to the database
- Import annotations made using v3 of the software
- Length measurements - both arbitrary points (display and centerline) and vertical points (centerline-only)
- Case timer with start/stop/pause/resume, with the times saved to database
Known limitations:
- User has to open and close the software to work with a new case
- User has to run the pre-processing scanner in order to load cases
v4.0.0-beta: Merge pull request #6 from TechnionComputationalMRILab/v4-dev
- ran consistency tests on saving and loading point files
- added feature: display point to mpr markers
- highlighting points are now bidirectional
- added some documentation
- added CLI utility to save v3-format points to v4
v4.0.0-alpha: Merge pull request #3 from TechnionComputationalMRILab/no_tabs
Pre-release
- Removed support for the tabs, changed it to a single-panel view
- Refactored a lot of the code for cleanliness
- Now uses a SQLite database for storing the file list and the selected points, no longer changes anything in the data directory
- Partially fixed the MPR calculation bug
- Shows line to connect the lengths (in-progress) and shows the lengths measured on the display
- Included some cheat codes for debugging and ease of use
v3.1.0
- save function creates a JSON file for internal usage and an NPZ file that uses ITK indices in order to plot the annotation using SimpleITK and any plotting software of choice
- centerline length points are limited to two
- vertical measurements in centerline length
v3.0.8
fixed the folder scanners, hopefully for the last time
added a per-case comment box
re-implemented the DICOM image reader - instead of reading it one file at a time and flattening the 2d data, it reads the list of files and then returns a single 3d np array. also now uses the direction matrix of the sitk image to form the vtkActor