@@ -234,6 +234,84 @@ Features:
234
234
:figwidth: 100%
235
235
236
236
237
+ BrainVISA
238
+ ~~~~~~~~~
239
+ http://brainvisa.info
240
+
241
+ .. image :: ../pics/brainvisa_logo.png
242
+ :align: right
243
+
244
+ BrainVISA is an open-source, modular and customizable software platform built
245
+ to host heterogeneous tools dedicated to neuroimaging research. It aims at
246
+ helping researchers in developing new neuroimaging tools, sharing data and
247
+ distributing their software.
248
+
249
+ Features:
250
+
251
+ - Written in pure Python
252
+ - Databasing capabilities
253
+ - Massive computation facilities using Soma-workflow
254
+ - Open environment, with many toolboxes
255
+ - Specialized toolboxes for T1 MRI processing, sulci ang gyri morphometry,
256
+ diffusion imaging and fibers tracking, surfacic and structural analysis,
257
+ 3D histology...
258
+ - Links with other software like SPM, FSL, FreeSurfer, or CIVET
259
+
260
+ D. Geffroy, D. Rivière, I. Denghien, N. Souedet, S. Laguitton, and
261
+ Y. Cointepas. BrainVISA: a complete software platform for neuroimaging.
262
+ In Python in Neuroscience workshop, Paris, Aug. 2011.
263
+
264
+ .. figure :: ../pics/brainvisa_screenshot.png
265
+ :alt: BrainVISA
266
+ :align: right
267
+ :figwidth: 100%
268
+
269
+
270
+ AIMS
271
+ ~~~~
272
+ http://brainvisa.info
273
+
274
+ AIMS is the image processing library provided within the BrainVISA environment.
275
+ It is independent from BrainVISA, and the basis for the Anatomist viewer.
276
+
277
+ Features:
278
+
279
+ - C++ and Python APIs, including integration with Numpy arrays
280
+ - Open and plugin-based IO system supporting various volume formats (NIFTI-1,
281
+ Analyze, DICOM, MINC, ECAT, and several others including all standard 2D
282
+ image formats), several mesh and texture formats (GIFTI, PLY, CIVET,
283
+ BrainVisa Mesh and Tri, export as VRML-1, POV, ...), graphs...
284
+ - Many neuromiaging data manipulation tools and image processing algorithms
285
+
286
+
287
+ Soma-Workflow
288
+ ~~~~~~~~~~~~~
289
+ http://brainvisa.info/soma-workflow
290
+
291
+ .. figure :: ../pics/soma-workflow.png
292
+ :alt: Soma-workflow
293
+ :align: right
294
+ :figwidth: 35%
295
+
296
+ Soma-workflow is a unified and simple interface to parallel computing resource.
297
+ It is an open source Python application which aims at making easier the use of
298
+ parallel resources by non expert users and external software.
299
+
300
+ Features:
301
+
302
+ - Python library, and GUI
303
+ - Interfaces with many cluster management tools (Grid Engine, LSF, PBS,
304
+ Condor, ...) via DRMAA, or via the python API.
305
+ - Local multicore implementation
306
+ - Handles files transfers
307
+ - Handles client disconnection while jobs are running on a remote resource
308
+
309
+ S. Laguitton, D. Rivière, T. Vincent, C. Fischer, D. Geffroy, N. Souedet,
310
+ I. Denghien, and Y. Cointepas. Soma-workflow: a unified and simple interface
311
+ to parallel computing resources. In MICCAI Workshop on High Performance and
312
+ Distributed Computing for Medical Imaging, Toronto, Sep. 2011.
313
+
314
+
237
315
Visualization
238
316
-------------
239
317
@@ -242,4 +320,28 @@ PySurfer
242
320
http://pysurfer.github.com
243
321
244
322
323
+ Anatomist
324
+ ~~~~~~~~~
325
+ http://brainvisa.info
326
+
327
+ .. figure :: ../pics/anatomist.jpg
328
+ :alt: Anatomist
329
+ :align: right
330
+ :figwidth: 35%
331
+
332
+ Anatomist is a powerful 3D visualization software dedicated to neuroimaging.
333
+ It is cross-platform and open-source. It is an independent part of the
334
+ BrainVisa environment, and relies on the AIMS library, inheriting its features.
335
+
336
+ Features:
337
+
338
+ - C++ and Python APIs
339
+ - Interactive, fast 3D via direct OpenGL
340
+ - Usable as a standalone software or as a library to build dedicated GUIs
341
+ - Supports all kinds of neuroimaging objects, including complex structured
342
+ objects
343
+ - Interactive ROI drawing, voxel-based or on surfaces
245
344
345
+ D. Rivière, D. Geffroy, I. Denghien, N. Souedet, and Y. Cointepas.
346
+ Anatomist: a python framework for interactive 3D visualization of neuroimaging
347
+ data. In Python in Neuroscience workshop, 2011.
0 commit comments