
DESCRIPTION
-----------
INSPECT_rtMRI is a Matlab GUI designed to provide an integrated interface for inspection and analysis of companion audio and video files recorded during dynamic MRI sessions.


REQUIREMENTS
------------
- Matlab v.2007a or later, running on Linux, XP, Vista, or Windows 7
- Matlab running on OS-X will also work, however GUI renders poorly on Mac versions Matlab
- the GUI will run on Matlab 2015x, however video may render irregularly, and other features have not been fully tested


QUICK START
-----------
- unzip archive <rtMRI_GUI.zip>
- start Matlab
- update Matlab path to include directory </rtMRI_GUI>
- set Matlab Current Folder to directory </rtMRI_GUI>
- start GUI by issuing command "inspect_rtmri('kaLi')" in Matlab shell


GENERAL USE
-----------
- the GUI will work with any rtMRI data in *.avi format 
- optimal use requires synchronized companion audio files in *.wav format 
- the GUI is designed to operate in a working directory containing /avi and /wav folders
- the GUI expects to find pairs of audio and video files sharing the same base filename
- initiate the GUI with a single string input argument corresponding to the shared base filename

e.g. dat = inspect_rtmri('file0001');
     will load video data from <./avi/file0001.avi>
           and audio data from <./wav/file0001.wav>


---------------
Michael Proctor
26/06/15
mike.i.proctor@gmail.com
