netcelli / adcptools

Automatically exported from code.google.com/p/adcptools
GNU General Public License v3.0
2 stars 0 forks source link

Argument 'nmeafilename' failed validation #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. folder = '2014-01-19-bifurcation-sungaidawat';
2. B = readDeployment(folder,'');
3. bang!

What is the expected output? What do you see instead?

Reading ADCP raw data files...
Found 6845 valid ensembles in file: Station_0_000.PD0
Found 6845 valid ensebles
Reading data...
WinRiver II GGA data found
Reading WinRiver navigation files...
Error using readNMEAADCP (line 43)
Argument 'nmeafilename' failed validation @(x)(iscellstr(x)|ischar(x)).

Error in readDeployment (line 56)
    outADCP.nFiles=readNMEAADCP(outADCP,nfiles);

What version of the product are you using? On what operating system?

Revision: 20

Please provide any additional information below.

Original issue reported on code.google.com by kastner....@gmail.com on 2 Feb 2014 at 2:31