clinicaio.types.DataType#

class clinicaio.types.DataType#

Bases: str, enum.Enum

BIDS specification

Initialize self. See help(type(self)) for accurate signature.

FUNC = 'func'#

task based and resting state functional MRI

DWI = 'dwi'#

diffusion weighted imaging

FMAP = 'fmap'#

field inhomogeneity mapping data such as field maps

ANAT = 'anat'#

structural imaging such as T1, T2, PD, and so on

PERF = 'perf'#

perfusion

MEG = 'meg'#

magnetoencephalography

EEG = 'eeg'#

electroencephalography

IEEG = 'ieeg'#

intracranial electroencephalography

BEH = 'beh'#

behavioral

PET = 'pet'#

positron emission tomography

MICR = 'micr'#

microscopy

NIRS = 'nirs'#

near infrared spectroscopy

MOTION = 'motion'#

motion

MRS = 'mrs'#

magnetic resonance spectroscopy

PHENOTYPE = 'phenotype'#

measurement and survey data

EMG = 'emg'#

electromyography

Methods#

__repr__(→ str)

Return repr(self).

__str__(→ str)

Return str(self).