Skip to content

cmaumet/nidmviewer-nv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nidm-viewer

NIDM Results Viewer

  • parses peak coordinates and associated brain maps
  • interactive coordinate browsing
  • save image to file (export)
  • produces html code for embedding, or local viewer
  • uses font brain for nidm and brain imaging icons
Documentation

Complete documentation is available

Installation

To install

  pip install git+git://github.com/vsoch/nidmviewer.git

Running Examples

Python (server)

see an example

Command Line
Usage

When installing with setup.py, an executable, nidmviewer is installed in your bin to view nidm files on the fly:

   nidmviewer fsl/nidm.ttl

img/example.png

You can see the basic usage by typing the command:

     nidmviewer 
      
     usage: nidmviewer [-h] [--columns_to_remove COLUMNS_TO_REMOVE] ttl base
     nidmviewer: error: too few arguments
     usage: nidmviewer [-h] [--columns_to_remove COLUMNS_TO_REMOVE] ttl base

     command line or server tool to view or compare nidm results.

     positional arguments:
       
         ttl                   List of comma separated ttl files to parse.
         base                  base image (standard brain map) to use for the viewer
                               background.

     optional arguments:
         
        -h, --help            show this help message and exit
        --columns_to_remove COLUMNS_TO_REMOVE
       
                              Comma separated list of columns to remove from viewer.

Please submit bugs, comments, and feedback as PRs. This application has not been rigorously tested. Thanks!

Many Thanks

Papaya Viewer, we salute you!

Coming Soon

demo

Packages

No packages published

Languages

  • CSS 56.4%
  • Python 22.6%
  • HTML 14.6%
  • JavaScript 6.4%