...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
seafloor import [path filepath] [all] seafloor pingpoints [swath] [range] [index value] seafloor pingbeams [index value] [nbeams value] |
Description
Commands 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 | ||||
---|---|---|---|---|
| ||||
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 | ||||
---|---|---|---|---|
| ||||
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 | ||||
---|---|---|---|---|
| ||||
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 |