Hi,
Does anyone know if there a way for pybids ‘get’ to return a list of the just the structural data files for a subject. i.e. files /anat/ directory without having to provide individual modality suffixes .
layout.get(subject=‘sub01’, extension=‘nii.gz’, return_type=‘file’)
the above retrieves both functional and anatomical
Thanks