netcelli / adcptools

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

In readDeployment at 56: Index exceeds matrix dimensions. #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enter directory "HADCP_Samarinda_13Mar2008/HADCP_Sam"
2. D=readDeployment('','./')
3. Bang!

Index exceeds matrix dimensions.

Error in readNMEAADCP (line 174)
                tmpdata.(actmsg).(actdt)=[tmpdata.(actmsg).(actdt);innmea(cntfile).(actmsg).(actdt)(idxb,:)];

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

Original issue reported on code.google.com by kastner....@gmail.com on 23 Sep 2013 at 3:00

GoogleCodeExporter commented 9 years ago
Only one data file seems to cause the trouble:

D=readDeployment('HADCP_Sam_015','./');

Original comment by kastner....@gmail.com on 23 Sep 2013 at 3:13