Skip to content

Allow non-strict BIDS naming scheme #61

Description

@lmichalke

We tried to load the NARPS dataset with the following code. Pybids returns a list of 108 files, but with ancpbids the list is empty.

from ancpbids import BIDSLayout
#from bids.layout import BIDSLayout


layout = BIDSLayout('/data2/openneuro-ds/ds001734/derivatives/fmriprep/', validate=False)

test = layout.get(datatype="func", suffix="preproc", run=1, extension=[".nii.gz"],
                  space='MNI152NLin2009cAsym', return_type="file")

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions