We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I have the same BIDS_Name for 2+ SerDesc (SE-EPI fieldmaps) in my Protocol_Translator (due to poor naming scheme at the console, granted!).
"SE_EPI_Fieldmap_Pos":[ "fmap", "dir-AP_epi", "UNASSIGNED" ], "acq-casinoE_run-01_dir-AP_epi":[ "fmap", "dir-AP_epi", "UNASSIGNED" ],
The run numbering fails in this situation, simply acknowledging that the files exists already and skipping, with this message:
Populating BIDS source directory Preserving previous sub-p60cs_ses-caltech_dir-AP_run-01_epi.nii.gz Preserving previous sub-p60cs_ses-caltech_dir-AP_run-01_epi.json
It should be possible to modify auto_run_no (in translate.py) so it recognizes this situation. I can take a crack at it
The text was updated successfully, but these errors were encountered:
fixes issue #55 by using the bids_suffix from prot_dict for run ordering
d98ec58
v1.2.2 Fixes auto run number issue #55
6c22f9e
jcrdubois
No branches or pull requests
I have the same BIDS_Name for 2+ SerDesc (SE-EPI fieldmaps) in my Protocol_Translator (due to poor naming scheme at the console, granted!).
The run numbering fails in this situation, simply acknowledging that the files exists already and skipping, with this message:
It should be possible to modify auto_run_no (in translate.py) so it recognizes this situation. I can take a crack at it
The text was updated successfully, but these errors were encountered: