GitHub - evast/XNATImageViewer · GitHub
Skip to content

evast/XNATImageViewer

 
 

Folders and files

Repository files navigation

The XNATImageViewer is the official HTML5 web neuroimage viewing module for XNAT. It's built on XTK, Google Closure, JSZip, and Sass.

Demo

Demo Click here or on image.

Features

  • Visualize and interact XNAT-hosted image sets in 2D and 3D directly from XNAT.
  • Visualize Slicer scenes (.mrb), and their views.
  • Visualize DICOM that were previously unsupported in XTK.

Installation

To install the XNAT image viewer into an XNAT installation:

  1. Make sure that you have an XNAT 1.6.4 or later installation or have updated your xnat_builder to 1.6.4 or later (if you've updated just your builder, it would be a good idea to first update your XNAT installation without the XNAT image viewer module and make sure the upgraded XNAT works properly).

  2. Clone the XNAT image viewer github repository.

  3. Change directory to the cloned repository folder.

  4. Run a maven package operation:

     mvn clean package
    
  5. Copy the resulting target/xnatx-ximgview-version.jar file to your xnat_builder's modules folder (this is either a folder named modules directly under the xnat_builder folder or specified by the xdat.modules.location variable in your build.properties file).

  6. Run the update script to install the module in your deployed web application.

  7. Start Tomcat, log into your XNAT server, and browse to any of your MR sessions. You should now see an action to view the image over in the Actions box.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • JavaScript 78.3%
  • HTML 15.6%
  • Python 3.1%
  • CSS 3.0%
  • Shell 0.0%
  • Emacs Lisp 0.0%