Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: writeData() got an unexpected keyword argument 'startIndex' when setting "save" option in Cell Detection Parameters #19

Open
vzickus opened this issue Dec 12, 2018 · 2 comments

Comments

@vzickus
Copy link

vzickus commented Dec 12, 2018

Can someone reproduce this error?

TypeError: writeData() got an unexpected keyword argument 'startIndex'

For instance, use DoG and set


filterDoGParameter = {
    "size": (3,3,3),

   "sigma": None, 

    "sigma2": None,

    "save": 'DoG_image.tif',

    "verbose": True

}

in their parameter file?

@vzickus
Copy link
Author

vzickus commented Dec 14, 2018

L123

Should this line not call io.FileList.writeData instead io.writeData?

@mkywall
Copy link

mkywall commented Jul 10, 2019

I had this problem, and your solution worked for me! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants