-
Notifications
You must be signed in to change notification settings - Fork 5
Installation
Brian Wandell edited this page Jan 19, 2019
·
45 revisions
You must install this scitran repository and Guillaume Flandin's (JSONio).
git clone https://github.com/vistalab/scitran
git clone https://github.com/gllmflndn/JSONio
Please add both directories to your path, say by using
chdir(<scitran directory>); addpath(genpath(pwd));
chdir(<JSONio directory>); addpath(genpath(pwd));
To verify the installation you can use
>> stFlywheelSDK('verify');
Verified installed version: 4.3.2
Or, you can connect to the Flywheel site and verify this way
>> st = scitran('stanfordlabs');
>> st.verify
Verified installed version: 4.3.2
Verified connection