#!/bin/csh
# to process the adcp data from the 75 kHz

# copy the adcp data from the server to the local computer
scp "sci2@april:/mnt/adcp2/ADCP-75/*.LTA" work/pingdata/

# run the python script to process the adcp data
runos

# run the matlab 
matlab -r


