Getting the tools for processing dorado data   
------------------------


CVS   
=======================
 
You need to have a CVS account at MBARI, current contact is Karen Salamy.

Login to CVS:

    cvs -d :pserver:emartin@moonjelly.shore.mbari.org:/home/cvs login

Then pull the FastSim branch:

    cvs -d :pserver:emartin@moonjelly.shore.mbari.org:/home/cvs checkout -r FastSim auv-qnx

[Rob McEwen]() is the primary contact for these scripts, but if he makes updates, this command should update the repository:

    cvs update


Matlab 
======================

You need to add the m-files in the `review` folder to your path in matlab. You can find them at:

    <cvs root>/auv-qnx/auv/altex/review

Once you have the file loaded, navigate matlab to the directory with the log-files in it and load the data with:

    loadData

And then you can view some plots using the command:

    review



