Skip to content

ninneman/mbgui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mbgui: a GUI front-end to a subset of MB-System functionality.

Copyright 2014, The Federation of Earth Science Information Partners.
Written and designed by Jason Ninneman <jsn@mbar.us> and Kelly Monteleone.

mbgui is a simple graphical user interface around a subset of the MB-System command line tools. Currently, its only function is to produce a text dump of swath data. The following command sequence is carried out:
mbdatalist -F -1 -I <list of input files> > <data list file>
mbdatalist -F -1 -I <data list file> -N
mblist -F -1 -I <data list file> -D2 -X <text output>

mbgui is written in Python, so there is no complilation or build process as such. It requires both Python 3 and MB-System to run. The file mbgui.py contains a variable called mbs_bin_dir, which points to the path where the MB-System binaries live. Change it for your installation.

About

A simple GUI for a subset of MB-System's functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages