Versions Compared

Key

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

...

Import Multibeam Sonar Data to a folder of type Multibeam. If 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.

...

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

Example:

Code Block
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

 


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