Enum: BidsDatasetType

BIDS DatasetType: how a dataset is to be interpreted. study has been in the released standard since BIDS 1.10.1 and is the type a simulation study takes.

URI: tvbo_study:enum/BidsDatasetType

Permissible Values

Value Meaning Description
raw None Unprocessed acquired data
derivative None Data computed from another dataset
study None A dataset that organises the material of one study: its inputs under ``source…

Slots

Name Description
dataset_type BIDS DatasetType this layout realises, written into the dataset’s ``datas…

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/tvbo/study

LinkML Source

name: BidsDatasetType
description: 'BIDS ``DatasetType``: how a dataset is to be interpreted. ``study``
  has been in the released standard since BIDS 1.10.1 and is the type a simulation
  study takes.'
from_schema: https://w3id.org/tvbo/study
permissible_values:
  raw:
    text: raw
    description: Unprocessed acquired data.
  derivative:
    text: derivative
    description: Data computed from another dataset.
  study:
    text: study
    description: 'A dataset that organises the material of one study: its inputs under
      ``sourcedata/``, its outputs under ``derivatives/``, its prose under ``docs/``.'