You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to allow users to modify the global parameters N_POINTS_ON_DIAMETER (the number of points on each diameter to sample the circle) and TTH_GRID (the range of angles) when using the brute-force method.
Have compute_cve(input_pattern, mud, method="polynomial_interpolation", xtype="tth", n_points_on_diameter=None, tth_grid=None) so that people can pass in different n_points_on_diameter and tth_grid as they wish.
Refer to #163 for more details.
The text was updated successfully, but these errors were encountered:
We want to allow users to modify the global parameters
N_POINTS_ON_DIAMETER
(the number of points on each diameter to sample the circle) andTTH_GRID
(the range of angles) when using the brute-force method.Have
compute_cve(input_pattern, mud, method="polynomial_interpolation", xtype="tth", n_points_on_diameter=None, tth_grid=None)
so that people can pass in differentn_points_on_diameter
andtth_grid
as they wish.Refer to #163 for more details.
The text was updated successfully, but these errors were encountered: