-
Notifications
You must be signed in to change notification settings - Fork 442
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
NF: Add array parsing capabilities to the CLIs #2299
Comments
Hi @areeshatariq, Hi @jhlegarreta, I do not remember what needs to be done here. I do not really understand the issue. Can one of you clarify the problem here? Thanks! |
If I remember correctly, array-like arguments are not parsed correctly by the CLIs. For the CLI that raised this issue, the I guess the problem is common to all CLIs, so processing arguments of this type at a single place would be best. If I remember correctly, at the time you already had implemented a tentative fix locally that needed more testing. |
I tried this: and it works as expected. not sure what was the issue, I can not reproduce it. |
ok, I found a little issue but not related. it seems we have an issue with
I think we should rename this issue. EDIT: |
Hi @skoudoro, In case it helps. This is what I get:
Don't both look incomplete/strange ? especially the B, which is taking non-brain regions in. It might be worth checking how that affects the entire tutorial. |
closing in favor of #3176 Tutorials need to be checked. Other PR's exists for this task |
Description
Add array parsing capabilities to the CLIs (e.g. that would allow to get coherent segmentations with the
dipy_median_otsu
command) .Once this is fixed, the screenshots in the following PRs would need to be generated and included in #2275
dipy/dipy_data#29
dipy/dipy_data#30
dipy/dipy_data#31
dipy/dipy_data#32
dipy/dipy_data#33
The text was updated successfully, but these errors were encountered: