Skip to content

TypeError in estimate_alpha_and_beta #80

@SMSadat98

Description

@SMSadat98

Hello @hkjeldsberg ,

while trying to compute alpha/beta values, my arguments were:

default_values["quantity_to_compute"] = "angle"
default_values["region_points"] = []
default_values["value-change"] = 10
default_values["grid-size"] = 25

Set region of interest

default_values["region_of_interest"] = "manual"
default_values["region_points"] = []

Run manipulation

estimate_alpha_and_beta(**default_values)

But I get the error:

Traceback (most recent call last):
File "C:\Users\user\Desktop\morphman_dev2\estimate_curve_angle.py", line 29, in
estimate_alpha_and_beta(**default_values)
TypeError: estimate_alpha_and_beta() got an unexpected keyword argument 'smooth'

Best Regards,
Sadat

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions