Versions Compared

Key

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

...

Panel
bgColor#FFFFAA
borderWidth1
borderStylesolid

son ppg [inc] | [nx ny] | [long] [all | four] [tri] [eig] [eigone] [low] [hi] [dob] [auto] [count] [mrf] [fast] [cps] [cpr] [lst]

Description

Specialized command for gridding sonar data or large point sets. The son without the ppg option is covered by the command grp .

The son ppg is a snapping algorithm of input points to the grid result. The algorithm will snap free point data into a grid of size nx ny. The snap gridding will make defined grid nodes of each node that is closest to an input point. If more than one point are sorted to a node, the node value will be the average of the point values. A count grid telling the number of coincident points can be generated.

...

Will remove interior boundaries inside other boundaries in the set of boundary lines.

fast pregriddingfactor

Will speed up gridding using a pregriddingfactor between 1 and 30.

cps surfacename

Check points towards surface in surfacename to get the difference between points and surface. Standard deviation and mean is calculated and saved in [gvar standev] and [gvar mean].  A standard deviation data set is generated in workspace standev.

cpr surfacename [def factor | \[lovalue] [hivalue] ]

Check points towards surface in surfacename to get the difference between points and surface. Remove points outside a low and high value which can be factor * standard_deviation using the def argument or directly specified by values lovalue hivalue.The remaining points are left in active.

lst

Will list the current parameters used in sonar spiral sort gridding.

Examples

Ex.1: Snap gridding of points

...