NOTE: to obtain the most up-to-date version of this document,
refer to http://www.nmr.mgh.harvard.edu/~rhoge/HST583/doc/Dview-MGH.html
| Running Dview on MGH NMR Center Computers | |
| Copyright R. Hoge, 2001 | HST-583, MIT |
Dview is now installed on MGH NMR Center computers, and the version is kept concurrent with that on the MIT Athena systems used for the HST-583 course. This document describes how to set up and run the software at the NMR Center. Note that most of the Linux workstations available at the NMR Center are considerably faster than the Athena workstations at MIT.
These instructions assume that you do not have a ~/matlab directory and/or startup.m file. If you do, proceed as indicated but instead of creating the files and directories described below, all you need to do is add the lines of text given at the end of the instructions to your ~/matlab/startup.m file. This file is automatically read by matlab on startup and can be used to set paths (for finding commands) and otherwise set up your working environment.
This initial setup should only need to be carried out once.
cd
mkdir matlab or, if you already have this directory: cd matlab
emacs startup.m or gedit startup.m
path(path,'/usr/devsw/packages/SigLab/current') path(path,'/usr/devsw/packages/SigLab/emma/R12')
cd /usr/devsw/packages/SigLab/data/
matlab6.1
>> Dview
Online tutorials for the labs (acquisition and physiology) are
available under the Help menu visible at the top of the Dview
window.