mmbell / vortrac

Vortex Objective Radar Tracking and Circulation
Apache License 2.0
6 stars 4 forks source link

Update SimplexThread.cpp #19

Closed tingyucha closed 5 years ago

tingyucha commented 5 years ago

The modified equation: boxIncr = boxSize / (sqrt(numPoints) - 1)

**Note: The first index of the C++ program is 0.

Thus, to have a reasonable setting of boxSize and numPoints, these three settings are recommended to use/test:

  1. boxSize = 12, numPoints = 16 -> boxIncr = 4 (defalut setting in VORTRAC)
  2. boxSize = 24, numPoints = 16 -> boxIncr = 8
  3. boxSize = 20, numPoints = 25 -> boxIncr = 5