Skip to content

Commit

Permalink
Sensor changed out for NS02
Browse files Browse the repository at this point in the history
Updated calibration coeffs and removed pressure variable 


git-svn-id: https://bbl.ancl.hawaii.edu/projects/bbl/trunk@1161 9e959af2-1677-4b95-8350-622619c7fe3b
  • Loading branch information
csjx committed Mar 10, 2016
1 parent 16cd410 commit d66609a
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/matlab/schedule_AW02XX_001CTDXXXXR00_processing.m
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
'rbnbSource' , 'AW02XX_001CTDXXXXR00' , ...
'rbnbChannel' , 'DecimalASCIISampleData' , ...
'archiveDirectory' , 'alawai' , ...
'dataStartDate' , '12-5-2015 00:00:00' , ...
'dataStartDate' , '03-10-2016 10:10:00' , ...
'sensorTimeOffset' , -10 , ...
'duration' , 2678400 , ...
'reference' , 'newest' ...
Expand All @@ -105,7 +105,7 @@
% createFigures - is a flag to either create or not create figures
% exportFigures - is a flag to export (to EPS) or not to export figures
set( configuration, ...
'readArchive' , true , ...
'readArchive' , true , ...
'createFigures' , true , ...
'createPacIOOSFigures', true , ...
'exportFigures' , true ...
Expand All @@ -129,21 +129,19 @@
% dates, use the datestr() formats (i.e yyyy mm dd, etc.)
% These are used for axes labels
set( configuration, ...
'dataFormatString' , '# %f %f %f %f %f %f %s' , ...
'dataFormatString' , '# %f %f %f %f %f %s' , ...
'fieldDelimiter' , ',' , ...
'numberOfHeaderLines' , '0' , ...
'instrumentSampleRate', 15 , ...
'dataVariableNames' , {'temperature' , ...
'conductivity' , ...
'pressure' , ...
'chlorophyllVolts' , ...
'turbidityVolts' , ...
'salinity' , ...
'datetime' ...
} , ...
'dataVariableUnits' , {'\circC' , ...
'S/m' , ...
'dbar' ,...
'V' , ...
'V' , ...
'PSU' , ...
Expand Down Expand Up @@ -189,10 +187,10 @@
} , ...
'calibrationCoefficientValues' , ...
{ ...
0.066 , ...
0.067 , ...
10 , ...
0.062 , ...
5 ...
0.085 , ...
20 ...
} ...
);

Expand Down

0 comments on commit d66609a

Please sign in to comment.