Documentation/Nightly/Announcements
For the latest Slicer documentation, visit the read-the-docs. |
Summary | What is 3D Slicer | Slicer Nightly Highlights | Slicer Training | Slicer Extensions | Other Improvements, Additions & Documentation |
Summary
The community of Slicer developers is proud to announce the release of Slicer Nightly.
- Slicer Nightly introduces
- An improved App Store, known as the Extension Manager, for adding plug-ins to Slicer. More than 80 plug-ins and packages of plug-ins are currently available.
- Close to 150 feature improvements and bug fixes have resulted in improved performance and stability.
- Improvements to many modules.
- Click here to download Slicer Nightly for different platforms and find pointers to the source code, mailing lists and the bug tracker.
- Please note that Slicer continues to be a research package and is not intended for clinical use. Testing of functionality is an ongoing activity with high priority, however, some features of Slicer are not fully tested.
- The Slicer Training page provides a series of tutorials and data sets for training in the use of Slicer.
slicer.org is the portal to the application, training materials, and the development community.
What is 3D Slicer
3D Slicer is:
- A software platform for the analysis (including registration and interactive segmentation) and visualization (including volume rendering) of medical images and for research in image guided therapy.
- A free, open source software available on multiple operating systems: Linux, MacOSX and Windows
- Extensible, with powerful plug-in capabilities for adding algorithms and applications.
Features include:
- Multi organ: from head to toe.
- Support for multi-modality imaging including, MRI, CT, US, nuclear medicine, and microscopy.
- Bidirectional interface for devices.
There is no restriction on use, but Slicer is not approved for clinical use and intended for research. Permissions and compliance with applicable rules are the responsibility of the user. For details on the license see here
Citing Slicer
To acknowledge 3D Slicer as a platform, please cite the Slicer web site (http://www.slicer.org) and the following publication:
Fedorov A., Beichel R., Kalpathy-Cramer J., Finet J., Fillion-Robin J-C., Pujol S., Bauer C., Jennings D., Fennessy F., Sonka M., Buatti J., Aylward S.R., Miller J.V., Pieper S., Kikinis R. 3D Slicer as an Image Computing Platform for the Quantitative Imaging Network. Magnetic Resonance Imaging. 2012 Nov;30(9):1323-41. PMID: 22770690.
Slicer Nightly Highlights
- Improved Transforms module with support for non-linear transforms, visualization of transforms in 2D and 3D, detailed transform properties view - click here for demo video.
- Added support for copy/paste of linear transforms
- Support saving of any transform to a grid transform
- Improved composite transform support
- Added support for thin plate spline transforms
- Addressed display issue for slice intersection display of non-linearly transformed model
- The user interface of the DICOM module has been improved for a better usability.
- Improved DICOM browser adding a right click menu to allow deleting or exporting to disk at the patients/studies/series levels.
- Added support for DICOM private dictionary.
- Improved support for loading of DICOM referenced datasets.
- Read and apply window/level found in DICOM volumes.
- Added support for Philips DWI datasets
- Fixed loading of DICOM image from files containing special characters.
- Improved Subject hierarchy module for organizing and manipulating data loaded in Slicer.
- Highlight nodes in subject hierarchy referenced by DICOM
- Added Transforms subject hierarchy plugin
- Added new DICOM export feature and scalar volume plugin. #3163
- Added generic folder plugin to subject hierarchy
- Subject hierarchy nodes automatically created for supported types
- Added auto-delete subject hierarchy children to Application Settings
- Added auto-create subject hierarchy option to Application Settings
- Subject hierarchy tree headers show icons instead of text
- Fixed subject hierarchy nodes creation when importing old scene #3902
- Fixed volume visibility controls. #3893
Slicer Training
The Slicer Training page provides a series of updated tutorials and data sets for training in the use of Slicer Nightly.
The first 3D Slicer training events using Slicer 4.5 will be organized at Massachusetts General Hospital (MGH), Boston, MA, Brown University, Providence, RI and RSNA 2015, Chicago, Il.
3D Slicer YouTube channel has been reorganized, new videos developed by the 3D Slicer community added to the channel NEW
Slicer Extensions
AnglePlanes This Module is used to calculate the angle between two planes by using the normals NEW
Improved Extensions in Slicer 4.5
Extensions removed from Slicer 4.5
Extensions renamed
Other Improvements, Additions & Documentation
Optimization
Transforms
DICOM
Data processing
CLI
Usability
SubjectHierarchy
Python scripting
Editor
Markups
LabelMapVolumeNode
Slice viewers
DataProbe
SliceViewAnnotations
OpenIGTLink
For Developers
Modules and Extensions
Slicer Core
Moved from OpenIGTLink 66e272d to 849b434 (53 commits)
Looking at the Code Changes
From a git checkout you can easily see the all the commits since the time of the 4.4.0 release:
git log v4.4.0..HEAD
To see a summary of your own commits, you could use something like:
git log v4.4.0..HEAD --oneline --author=me
see the git log man page for more options.
Commit stats and full changelog