Difference between revisions of "Documentation/Nightly/Announcements"

From Slicer Wiki
Jump to: navigation, search
Line 86: Line 86:
  
 
Image:AnglePlanes Logo.png|[[Documentation/{{documentation/version}}/Extensions/AnglePlanes|AnglePlanes]] This Module is used to calculate the angle between two planes by using the normals {{new}}
 
Image:AnglePlanes Logo.png|[[Documentation/{{documentation/version}}/Extensions/AnglePlanes|AnglePlanes]] This Module is used to calculate the angle between two planes by using the normals {{new}}
 +
 +
Image:SlicerOpenCV-logo.png|[[Documentation/{{documentation/version}}/Extensions/SlicerOpenCV|SlicerOpenCV]] This Module provides a way for a Slicer extension developer use the OpenCV pacakge.  {{new}}
  
 
<!-- You could user either {{new}} or {{updated}} macros. -->
 
<!-- You could user either {{new}} or {{updated}} macros. -->

Revision as of 20:31, 11 October 2016

Home < Documentation < Nightly < Announcements


For the latest Slicer documentation, visit the read-the-docs.




Nightly


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.




The development of Slicer, including its numerous modules, extensions, datasets, patches sent on user and developer lists, issues reports, suggestions, ... is made possible by awesome users, developers, contributors, commercial partners from around the world and also invaluable grants and funding agencies.

For more details, see Acknowledgments page.




  • Slicer Nightly introduces
    • Close to XXX 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

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.

Slicer Extensions

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

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

Related Projects