-
Notifications
You must be signed in to change notification settings - Fork 35
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
NIFTI to BIDS conversion with multiple subjects in one session. #246
Comments
Mhhh, it seems okay to me. We always have a prefix in the center where I work, so your use case is less well-tested. I do test it (see here), but apparently, not well enough. I assume that in your raw -> anat, etc folder you have |
Perhaps it helps if you also specify an empty ses-prefix, i.e. |
Sorry for my slow response, but in your last email you are showing two different windows, i.e. in the first there is no Unfortunately, I cannot be of much assistance because I'll be away for the coming three weeks.... |
As for your update warning, you can use the |
Hi, I'm back from my holidays, how's the progress on this issue? |
What is missing in the following code line to convert NIFTI to BIDS with multiple subjects in one session?
D:\software\pyproj\proj_name>
bidsmapper raw BIDS -n '*' -p nibabel2bids
OS: windows 10 pro
Python: 3.12.6
BIDSCOIN: 4.4.0
Folder structure:
output:
D:\software\pyproj\bidscoin\Lib\site-packages\bidscoin_init_.py:201: RuntimeWarning: Please report the following error to the developers:
db type could not be determined
warnings.warn(f"Please report the following error to the developers:\n{shelveerror}", RuntimeWarning)
INFO |
INFO | -------------- START BIDSmapper ------------
INFO | >>> bidsmapper sourcefolder=D:\software\pyproj\proj_name\raw bidsfolder=D:\software\pyproj\proj_name\BIDS bidsmap=bidsmap.yaml template=C:\Users\Julian.bidscoin\4.4.0\templates\bidsmap_dccn.yaml plugins=['nibabel2bids'] subprefix='' sesprefix=None store=False force=False
INFO | No bidsmap file found: D:\software\pyproj\proj_name\BIDS\code\bidscoin\bidsmap.yaml
INFO | Reading: C:\Users\Julian.bidscoin\4.4.0\templates\bidsmap_dccn.yaml
INFO | Adding default bidsmap options from the nibabel2bids plugin
INFO | Checking the bidsmap run-items:
SUCCESS | All datatypes and options in the template bidsmap are valid
WARNING | No subjects found in: D:\software\pyproj\proj_name\raw''*
INFO | Opening the bidseditor
INFO |
INFO | Checking the bidsmap run-items:
INFO |
INFO | bids-validator 1.14.7.post0 test results (* = in .bidsignore):
SUCCESS | All generated bidsnames are BIDS-valid
The text was updated successfully, but these errors were encountered: