Currently, when files are retrieved with get, access to metadata has to occur through the BIDSLayout, and there's no way to easily access the actual nifti image (if the file is a nifti). It would be helpful to create a BIDSFile wrapper around grabbit's File that adds .nifti and .metadata fields.
Currently, when files are retrieved with
get
, access to metadata has to occur through theBIDSLayout
, and there's no way to easily access the actual nifti image (if the file is a nifti). It would be helpful to create aBIDSFile
wrapper around grabbit'sFile
that adds.nifti
and.metadata
fields.