-
Notifications
You must be signed in to change notification settings - Fork 13
Fixes #739 Introduce function to fix basic fields within JSON files #742
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
Conversation
Beatriz test |
BeatrizPadrela
left a comment
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.
works with and without "Manufacturer" field in the Studypar!
jan-petr
left a comment
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.
Gave it another thought and I think that we should keep it the way it is - except for fixing a few small bugs ;)
jan-petr
left a comment
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.
All good now.
I introduced xASL_bids_BIDSifyFixBasicFields and improved the logging within the import script. All changes are only import related and should therefore not affect issue 717 that much.
c0d6cf4 to
69a5cc2
Compare

Linked issue
Check out #739
How to test
Run import of twins datasets with and without Manufacturer in
studyPar.json(hopefully it works both times).Comments
I introduced
xASL_bids_BIDSifyFixBasicFieldsand improved the logging within the import master script. All changes are only import related and should therefore not affect issue #717 that much. Would be helpful to know if that's the right place for some of the functions or if we should move that functionality to another part @jan-petr.