File: README.md

package info (click to toggle)
bart-view 0.1.00-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 348 kB
  • sloc: ansic: 1,076; makefile: 42; sh: 1
file content (30 lines) | stat: -rw-r--r-- 524 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30


Small image viewer for multi-dimensional files. Compiles
on Linux and Mac OS X. It needs some libraries from
the Berkeley Advanced Reconstruction Toolbox (BART).

https://mrirecon.github.io/bart/

![viewer](viewer.png)


Installation:

Requires BART up to commit e4df99aa75e0344931ba2e76d9ae052b02da498f

Mac OS X:

sudo port install pkgconfig
sudo port install gtk3
sudo port install adwaita-icon-theme

Linux:
sudo apt-get install libgtk-3-dev



Compile with make after setting the TOOLBOX_PATH
environment variable.