Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Name

seafloor --- The shell command interface for some functions in the Seafloor module

Syntax

Panel
bgColor#ffffaa
borderWidth1
borderStylesolid

seafloor import [path filepath] [all]

seafloor pingpoints [swath] [range] [index value]

seafloor pingbeams [index value] [nbeams value]

Description

Programmatically perform some of the functionality available in the Seafloor projectCommands for working with multibeam survey data.

Arguments

import [path filepath] [all]

Import Multibeam Sonar Data to a folder of type Multibeam. If no path argument no path argument is specified, the file Multibeam files dialog will be activated for selecting the input files.

path filepath [path filepath2]

Specify the full path to the multibeam survey file. Only one filepath can be specified after the path argument, but several path arguments can be specified, if wanted.

all all 

Read all points an do not apply the option Filter option Filter zero depth values.

 

pingbeams [index value] [nbeams value]

...

Number of beams to display in the swath. The value is from 1 to number of beams.The default value is 15.

 


pingpoints [swath] [range] [index value]

...

Create the points from the range data, using the beam range, sound velocity and motion sensors etc.

...

Examples

seafloor pingpoints swath:

No Format
bgColor#eeeeee
borderWidth1
seafloor pingpoints swath index 501  # Create the pings, index 501
mlo ping                             # Make the points active 
poi col red                          # Display the points with red colour

 

seafloor pingpoints range:

No Format
bgColor#eeeeee
borderWidth1
seafloor pingpoints range index 501  # Create the pings, index 501
mlo ping                             # Make the points active 
poi col blu                          # Display the points with blue colour

 

seafloor pingbeams:

No Format
bgColor#eeeeee
borderWidth1
seafloor pingbeams index 50 nbeams 9  # Create the pings, index 50, number of beams 9 
mlo ping                              # Make the points active 
poi col gre                           # Display the points with green colour