-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
11 lines (8 loc) · 860 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
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 <[email protected]> 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.