-
Notifications
You must be signed in to change notification settings - Fork 127
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
Set the field 'TaskName' in the json file for multiecho func data #420
Conversation
Codecov Report
@@ Coverage Diff @@
## master #420 +/- ##
==========================================
+ Coverage 74.71% 74.79% +0.07%
==========================================
Files 35 35
Lines 2757 2773 +16
==========================================
+ Hits 2060 2074 +14
- Misses 697 699 +2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for pushing better support for multiecho forward!
I think for this PR we need
- take the code which embeds task label out from
embed_nifti
, and move into a function like you did- add a dedicated unit test for it
- remove
min_meta
option from thatembed_nifti
and just do not bother even using it in embed_metadata_from_dicoms ifmin_meta
is set - call that new function in case of
bids
for all those sidecar files (regardless of their number), thus retaining that warning as I have mentioned
Do you want this function in |
has nothing to do with DICOMs per se, will be used in convert, so let's stick it there for now |
Do we need to call |
good observation. That |
actually -- I will just merge this one, and then follow up with a new PR on top |
Fixes #417