diff --git a/src/matlab/schedule_AW02XX_001CTDXXXXR00_processing.m b/src/matlab/schedule_AW02XX_001CTDXXXXR00_processing.m index b9958999..836c48ac 100644 --- a/src/matlab/schedule_AW02XX_001CTDXXXXR00_processing.m +++ b/src/matlab/schedule_AW02XX_001CTDXXXXR00_processing.m @@ -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' ... @@ -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 ... @@ -129,13 +129,12 @@ % 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' , ... @@ -143,7 +142,6 @@ } , ... 'dataVariableUnits' , {'\circC' , ... 'S/m' , ... - 'dbar' ,... 'V' , ... 'V' , ... 'PSU' , ... @@ -189,10 +187,10 @@ } , ... 'calibrationCoefficientValues' , ... { ... - 0.066 , ... + 0.067 , ... 10 , ... - 0.062 , ... - 5 ... + 0.085 , ... + 20 ... } ... );