Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

15 total results found

NORA inside a Docker

NORA Documentation Installation

​Install Docker on your host system   First, install docker, git and jq on your host system sudo apt-get install docker.io git jq There might be an issue with the DNS address in docker. To check this, run docker run busybox nslookup google.com If the hos...

Fiber Viewer

NORA Documentation Viewer

NORA includes  fiberviewer based on webGL and Babylon.js. The main features are: Supports TCK (mrtrix) and TRK (TrackVis) formats Fiber Manipulations Interactive selection by variable sized spheres Interactive deletion by variable sized sphere Selecti...

Administration Backend

NORA Documentation Installation

      Command line Interface (BASH)   You need a PATH to <path-to-nora>/src/node Call nora any get help ...

General

NORA Documentation Processing

  The batchtool was created out of the needs to apply common neuroimaging pipelines (like SPM, FSL, Freesurfer) on medium sized projects (10-1000 subjects) in a convenient and efficient manner. One of the major objective of NORA's batchtool is to deal with he...

Projects and Subject/Studies

NORA Documentation Viewer

  Projects NORA's subject pools are called "Projects". Each user has rights to see a certain subset of projects. The subject/study table on NORA's desktop shows only the subjects/studies of the current project. Projects can differ in their nameing convention...

Batchtool

NORA Documentation Processing

The Batchtool Window Consider Figure 2 below: the subject/studies table on the left is used for the selection of subject/studies on which you want to run your batch.  You can use the filter bars to create the subgroup you want to work on (see Subject/Studies ...

Jobs

NORA Documentation Processing

Generic jobs There are a multitude of predefined algorithms (mostly MATLAB) in NORA; however you can also implement your own scripts directly by using generic jobs. Currently there are three types of languages possible: BASH Python MATLAB A generic jobs...

PACS Querier

NORA Documentation Data import

Starting the PACS Query Tool To start the PACS query tool click on the wrench symbol in the upper left corner. Then click on PACS Query.   Overview of the Query Tool GUI In this window users can search for patients in the pacs. 1. Enter the data of the...

Manual import

NORA Documentation Data import

  Upload as dicoms Compress your dicoms into a zip-archive and upload the zip to NORA from here: The dicoms are converted with the project specific policies to NIFTIs and imported into the project according to the meta data contained in the data (patient ...

Create Project From Existing Data

NORA Documentation Data import

Navigation Tool (alignment and deformations)

NORA Documentation Viewer

NORA provides the possibility to manually align volumetric images (nifits) in a rigid (affine) and deformable fashion. You can interactively translate/rotate/scale the images by holding the Ctrl-key and using the mouse with the yellow crosshair symbol. The def...

Fibertracking, Streamline Analysis

NORA Documentation Processing

Some slide explaining NORA's fiber viewer Streamline Analysis thanks to Andrea dressing for the tutorial

Segmentation (Deep Learning)

NORA Documentation Processing

A small overview how to use Segmentation models in NORA

Dicom import via HTTP POST

NORA Documentation Data import

  You can upload dicoms from command line via a REST API. For example, use wget/curl (linux) or iwr (Windows).  Here is example using curl curl "https://nora.ukl.uni-freiburg.de/godzilla/index.php?project=WHATEVER"\         -F 'call={"cmd":"import","user":"...

URL Calls and Sharedlinks

NORA Documentation Viewer

Shared links (hanging protocols) Suppose you have arranged a case in the viewer and want to send it to partner, you can save the state and generate a link to access the state via If you have called a link, you can modify and use again the "share" button to...