$Id: README,v 1.3 2005/07/06 20:43:13 brian Exp $ ABOUT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This directory contains tools, mfiles, scripts, etc. that are used for matlab processing in support of oasis moorings and eqpac moorings. This includes creating quality control plots INSTALLATION ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The software in this archive is stored in CVS on the machine moonjelly in the archive mooringprc. To install it you need to do the following: 1) Check it out of CVS. This will create a directory named mooringprc containing all the software 2) Copy the mooringprc directory to ${OASIS_HOME}/matlabtools QUALITY CONTROL PLOTS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Commands to be run from matlab to generate the QC plots: >> setup_matlabtools >> setup_monterey >> cron_monterey2 ABOUT shared/java ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The code found in shared java is from a seperate CVS module. If you need to make modifciations to any of the java code you will need to do the following: 1) Check the code out from the module iag/brian/mbari on Moonjelly.shore.mbari.org 2) Make the code changes. 3) In the directory that you checked iag/brian/mbari into (It should contain a build.xml file), type 'ant' at a terminal. This assumes that you have ant installed. If not you will need to get it from http://ant.apache.org/. 4) Running ant will create a build/dist directory. Copy the contents of that directory to ${OASIS_HOME}/matlabtools/shared/java