No description, website, or topics provided.
JavaScript HTML Python CSS Shell Emacs Lisp
Switch branches/tags
Nothing to show
Pull request Compare This branch is 11 commits ahead of MokaCreativeLLC:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src/main
utility-scripts
Demo-min.html
Demo.css
Demo.html
License.txt
README.md
gitadd.sh
pom.xml

README.md

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.