hyperspy.tests.component.test_components2D module¶
-
hyperspy.tests.component.test_components2D.GAUSSIAN2D_EXPR= 'exp(-((x-x0)**2 / (2 * sx ** 2) + (y-y0)**2 / (2 * sy ** 2)))'¶
-
class
hyperspy.tests.component.test_components2D.TestExpression2D¶ Bases:
object-
setup_method(method)¶
-
test_no_function_nd()¶
-
test_no_function_nd_signal()¶
-
test_no_rotation()¶
-
test_with_rotation()¶
-
test_with_rotation_center_tuple()¶
-
test_with_rotation_no_position()¶
-
test_with_rotation_no_position_init_values()¶
-