forked from SyneRBI/SyneRBI_VM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHELP.txt
33 lines (19 loc) · 1.13 KB
/
HELP.txt
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
31
32
33
This is a virtual machine with pre-installed versions of the CCP PETMR
software SIRF and associated utilities.
Check https://github.com/CCPPETMR/CCPPETMR_VM/wiki for more information.
To get all software up-to-date, type
update_VM.sh
To run MR demos, first open a new terminal and type
gadgetron
Then open another terminal, change to
cd $SIRF_PATH/examples/Python
and check some of the examples (some info is in the README.md).
There are also examples for MATLAB, but MATLAB is not installed on this VM of course.
You can use CCPPETMR Virtual Machine as a Gadgetron server if you cannot
install Gadgetron on you computer (we ourselves have not yet succeeded in
installing it under Windows). For this, you need to set up communication
between your computer and VM in the following manner.
* Start Virtual Machine.
* Forward port 9002 to VM (in Oracle VM VirtualBox Manager: go to Settings->Network, click on Port Forwarding, add new forwarding rule by clicking on +, set Host Port and Guest Port to 9002).
* Open a new Linux terminal on VM and type 'gadgetron' there.
This will enable you to run SIRF MR demos on your computer.