MB-System is an open source software package for the processing and display of bathymetry and backscatter imagery data derived from multibeam, interferometry, and sidescan sonars.
CMake build system: It turns out that the GSF i/o module was not getting built and used by default. The build system has been fixed so that the GSF format i/o module is built and linked unless the cmake command includes -DbuildGSF=OFF, as in:
cmake -DbuildGSF=OFF ..
CMake build system: It turns out that the GSF i/o module was not getting built and used by default. The build system has been fixed so that the GSF format i/o module is built and linked unless the cmake command includes -DbuildGSF=OFF, as in: cmake -DbuildGSF=OFF ..