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
That must be me not understanding how bidsmri2nidm but I was trying to annotate a BIDS dataset
bidsmri2nidm -d . -bidsignore
that already contained a participants.json file formatted à la BIDS
{
"participant_id": {
"LongName": "participant ID"
},
"Age": {
"LongName": "age",
"Units": "years from birth"
},
"Sex": {
"LongName": "gender",
"Levels": {
"1": "male",
"0": "female"
}
},
"Educational level": {
"LongName": "educational level",
"Units": "number of years completed at school"
},
"Smoker": {
"LongName": "smoker",
"Levels": {
"1": "smoker",
"0": "non-smoker"
}
},
"Medication": {
"LongName": "medication",
"Description": "subject was taking some sort of prescribed medication during the time of the study",
"Levels": {
"1": "on medication",
"0": "no medication"
}
},
...
I did not want to run the whole annotation so I ctrl+C after a few terms but now I found myself with a participants.json that only has the terms that I have annotated.
I may be useful to allow for a way to quit more gracefully and without losing all the rest of the content of the participants.json file.
The text was updated successfully, but these errors were encountered:
That must be me not understanding how
bidsmri2nidm
but I was trying to annotate a BIDS datasetbidsmri2nidm -d . -bidsignore
that already contained a
participants.json
file formatted à la BIDSI did not want to run the whole annotation so I ctrl+C after a few terms but now I found myself with a
participants.json
that only has the terms that I have annotated.I may be useful to allow for a way to quit more gracefully and without losing all the rest of the content of the participants.json file.
The text was updated successfully, but these errors were encountered: