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
I have found it easier to pull the information I need to make a heuristic out of the .heudiconv directory and keeping it in my code directory. I realized today that if the hidden path still exists the -f flag will only look in the .hedudiconv folder and then thtow a module not found error (because it is no longer in the .heudiconv folder).
I think it would be a great feature to have an option in our workflow to only output the dicominfo.tsv and a minimal heuristic.py template (with -f convertall -c none) because it would be easier than moving files from the hidden folder and then moving the folder each time.
If someone can point me to where the code is for this issue and doesn't think our workflow sounds untenable or I am misunderstanding the script I could give a shot at trying it as well. Thanks so much!
Best,
Caleb
Platform details:
Choose one:
Local environment
[ x] Container
singularity
Heudiconv version:
0.8.0
The text was updated successfully, but these errors were encountered:
It handles now either a path or a list of paths of json files.
The setting of the "TaskName" is removed from "embed_metadata_from_dicoms".
Addresses some change requests in PR #470
Summary
Hi!
I have found it easier to pull the information I need to make a heuristic out of the .heudiconv directory and keeping it in my code directory. I realized today that if the hidden path still exists the -f flag will only look in the .hedudiconv folder and then thtow a module not found error (because it is no longer in the .heudiconv folder).
I think it would be a great feature to have an option in our workflow to only output the dicominfo.tsv and a minimal heuristic.py template (with -f convertall -c none) because it would be easier than moving files from the hidden folder and then moving the folder each time.
If someone can point me to where the code is for this issue and doesn't think our workflow sounds untenable or I am misunderstanding the script I could give a shot at trying it as well. Thanks so much!
Best,
Caleb
Platform details:
Choose one:
singularity
0.8.0
The text was updated successfully, but these errors were encountered: