ewoksfluo.math.scan_shape.solve_scan_shape#

ewoksfluo.math.scan_shape.solve_scan_shape(num_scan_points, equations)[source]#

Compute the scan shape based on a number of scan points and their parametrization.

Params num_scan_points:

A list of scan points.

Parameters:
  • equations (List[str]) – A parametrization of the list of scan points.

  • num_scan_points (List[int])

Return type:

Optional[Dict[str, int]]

Returns:

If the solver, a dictionary containing the solved integer values for each variable.