%supposed to be my startup.m

% ohm:/home/allison/matlab/startup.m

%disp('Starting ohm:/home/allison/matlab/startup.m')
%disp(sprintf('%d/%02d/%02d %02d:%02d:%02d',fix(clock)));

%path(path,'/usr/local/seawater');
%path(path,'/home/dunlap/avp/wecoma');
path(path,'/data12/sodata/nbp0104');

format compact

close all
whitebg('white');
set(0,'DefaultAxesColorOrder',...
 [[ 0.0,   0.0,   0.0   ];... 
  [ 1.0,   0.0,   0.0   ];... 
  [ 0.0,   1.0,   0.0   ];... 
  [ 0.0,   1.0,   1.0   ];... 
  [ 0.5,   0.0,   1.0   ];... 
  [ 0.667, 1.0,   0.0   ];... 
  [127/255 1     212/255];... 
  [ 0.5  , 0.5,   0.5   ];... 
  [ 1.0,   0.647, 0.0   ];... 
  [ 1.0  , 0.62,  0.4   ];... 
  [ 0.647, 0.165, 0.165 ];... 
  [ 0.5  , 0.0,   0.0   ];... 
  [ 0.0 ,  0.0,   1.0   ]]);  

set(0,'DefaultAxesFontSize',14,'DefaultTextFontSize',14);

close all

%disp('Finished ohm:/home/allison/matlab/startup.m')
