According to the BIDS specification the run ticker should only be incremented for the same modality: https://bids-specification.readthedocs.io/en/latest/99-appendices/09-entities.html#run
Currently we increment it indiscriminately inside each datatype (func/anat/dti):
According to the BIDS specification the run ticker should only be incremented for the same modality: https://bids-specification.readthedocs.io/en/latest/99-appendices/09-entities.html#run
Currently we increment it indiscriminately inside each datatype (func/anat/dti):
SAMRI/samri/pipelines/extra_functions.py
Line 915 in eef1f40