Personal tools
  • Help

dft:MainPage

From NITRC Wiki

Jump to: navigation, search

data.wsgi and dicomfs are initial expressions of a generalized way of thinking of data and data formats. Rather than keeping copies of the same data set in multiple formats, on-demand access to data in a given format may be used. This is similar to using a view in a database or, for the quantum mechanically inclined, projecting an abstract data set into a concrete representation:

\mid T1 \rangle = T1 data for some subject

T1.nii = \langle NIfTI-1 \mid T1 \rangle

T1_aligned.nii = \langle NIfTI-1, MNI \mid T1 \rangle

This philosophy aligns itself well with REST's concept of resources and delivery of resource information according to the Accept header.

dft.py is the base module; it requires:

data.wsgi exposes DICOM data through a web server; it requires:

dicomfs exposes DICOM data through a FUSE filesystem; it requires:

Powered by MediaWiki
  • This page was last modified 16:08, 30 June 2011.
  • This page has been accessed 1,576 times.
  •