Archive

Posts Tagged ‘backscatter’

GTK+ MB-System — Multi-Threaded

November 25th, 2009 admin No comments

Tekmap Consulting has added multi-thread support to the GTK+ MB-System interface.  Processing time is greatly reduced by running select mb-system commands in separate threads. The mb-system commands include:

  • mbbackangle
  • mbprocess

These programs require very little system memory, and do not take too much CPU time. By placing them in multiple managed threads, the processing time for a block of multibeam files is significantly reduced.

GRASS Extras — r.in.mb — Multibeam Import

July 13th, 2009 admin 2 comments

Introduction

The r.in.mb GRASS/Mb-Stystem program is designed to import mbio compatible multibeam data directly into the GRASS GIS.
The program is a modified version of r.in.xyz. Instead of reading an ASCII XYZ file, r.in.mb reads an MB-System compatible list file as shown below.

/data1/MULTIBEAM_DATA/RAW2007/07_Pingos_JD245_RAW/0050_20070902_
154139_Petrel.all 56 1.0
/data1/MULTIBEAM_DATA/RAW2007/07_Pingos_JD245_RAW/0051_20070902_
155508_Petrel.all 56 1.0
/data1/MULTIBEAM_DATA/RAW2007/07_Pingos_JD245_RAW/0052_20070902_
161050_Petrel.all 56 1.0

Read more…

GTK+ MB-System — Display Options

June 11th, 2009 admin No comments

The GTK+ MB-System GUI includes a number of custom display options. The size of the display window can be changed at any time by dragging the panes to a desired size. The user can also switch between bathymetry and backscatter views, using the backscatter checkbutton on the toolbar.

Main toolbar

Main toolbar

Other options can be customized from an options toolbox.

Display Options

Display Options

These options include:

  • Pings displayed.
  • Pings stepped.
  • Optional line connecting ping points in profile display.
  • Filter, Flag, and Null ping colors.
  • Background color.
  • Profile line color.