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

25 total results found

NORA Documentation

NORA Documentation

Viewer

NORA Documentation

Installation

NORA Documentation

Processing

NORA Documentation

Introduction

NORA Documentation

Data import

NORA Documentation

First Steps

NORA Documentation Viewer

  Learning by doing is most of the times the best option. So, try out the demos on https://www.nora-imaging.org/ to get an inital experience. Note that there is also a non-web version of the viewer (packed in electron) to allow local non-internet usage of t...

Autoloaders

NORA Documentation Viewer

ROI-Tool

NORA Documentation Viewer

  The ROI-Tool The term Region of Interest (ROI) is used throughout the tutorial as a synonym for a "Mask", "Binary Mask", "Segmentation" or "Volume of Interest". Technically, it is a binary 3D volumetric image matrix, which is quite similar to 3D image apa...

What is NORA?

NORA Documentation Introduction

  Nora is a general pruporse medical imaging platform, which tries to fuse all aspects involved in modern clinical and fundamental imaging research. It covers the following aspects Viewing:  a fully featured medical imaging viewer (like 3D slicer, ITK snap...

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

Marker-Tool

NORA Documentation Viewer

The Marker-Tool enables other types of labels, for instance point-labels. To open it click on the wrench symbol an select "Marker Tool". To create a new pointset go to the menu of the Marker-Tool and select "new+" -> "pointset". The pointset can be rena...

Jupyter Notebooks

NORA Documentation Processing

For debugging the batchtool can open a job in a jupyter notebook: The jupyter notebook is opened in a new browser-tab (make sure your browser allows pop-ups for Nora): When finished with debugging close the tab. Don't forget to kill the jupyter-notebook ...

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

Fibertracking     Streamline Analysis thanks to Andrea dressing for the tutorial