MBAdv / multibeam_tools

Python-based tools for assessing Kongsberg multibeam echosounder performance
GNU Lesser General Public License v3.0
8 stars 0 forks source link

Speed issue #6

Closed giumas closed 5 years ago

giumas commented 5 years ago

Currently, the computation takes a bit too long.

There are a few ways to speed up the computation. We should discuss the options in person.

kjerram commented 5 years ago

Updated the file trimmer with a faster method for reading and checking datagrams in .all files. This has been partially implemented for the swath coverage plotter (a batch of files that took many hours to parse previously now takes about one minute), and will be cleaned up in the next commit after more testing. This method will also be implemented more generally for other .all parsing steps.

giumas commented 5 years ago

It is much better now. Great job!