User Tools

Site Tools


howtos:feedback:tracking_method_-_minimizing_root_mean_squared_difference_with_5_point_bracketing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
howtos:feedback:tracking_method_-_minimizing_root_mean_squared_difference_with_5_point_bracketing [2011/11/04 18:46]
marcus.williams
howtos:feedback:tracking_method_-_minimizing_root_mean_squared_difference_with_5_point_bracketing [2013/02/10 17:10] (current)
marcus.williams
Line 67: Line 67:
  
 if ($fbViewIteration == 1) if ($fbViewIteration == 1)
 +
 +! ** NOTE: If there is more than one upper dimension the following block of code must be adjusted accordingly ***
 +
  ! Setup shapes and initialize keep variables  ! Setup shapes and initialize keep variables
  !set up the mesh points  !set up the mesh points
Line 78: Line 81:
  
 ! ** BEGIN USER MUST ADJUST HERE ** ! ** BEGIN USER MUST ADJUST HERE **
 + ! The [1] object indices assume calibration;​ for simulation views increment accordingly
  x_min[upperDim,​auxDims] = copyshape (unitTA[cr][1])  x_min[upperDim,​auxDims] = copyshape (unitTA[cr][1])
  x_min[upperDim,​auxDims] = 0.000001  x_min[upperDim,​auxDims] = 0.000001
howtos/feedback/tracking_method_-_minimizing_root_mean_squared_difference_with_5_point_bracketing.1320432381.txt.gz ยท Last modified: 2011/11/04 18:46 by marcus.williams