Skip to content

Develop the Dataset class in context.py #30

@ubdbra001

Description

@ubdbra001

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:

  1. Should the datatypes method use the modalities and a mapping to generate its result, or some other way?
  2. Have I missed anything here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions