-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
The Dataset
class is currently a stub and needs additional work, specifically:
-
modalities
method - This should walk the tree, identify different modalities in the dataset (e.g.anat
,func
,eeg
, etc), and return them as a list -
datatypes
method - This should return the different modalities (e.g.mri
,eeg
, etc) as a list
Two questions for @effigies:
- Should the
datatypes
method use themodalities
and a mapping to generate its result, or some other way? - Have I missed anything here?
Metadata
Metadata
Assignees
Labels
No labels