8.1.4. nidata.task.poldrack_etal_2001 package

8.1.4.1. Module contents

class nidata.task.poldrack_etal_2001.OpenFMriDataset(*args, **kwargs)[source]

Bases: nidata.core.datasets.HttpDataset

TODO: OpenFMriDataset docstring.

Methods

dependencies = ['numpy', 'scipy', 'sklearn', 'pandas', 'nibabel', 'nipy', 'nilearn']
static get_run_from_path(pth)[source]

TODO: get_run_from_path docstring.

static get_subj_from_path(pth)[source]

TODO: get_subj_from_path docstring.

static get_task_from_path(pth)[source]

TODO: get_task_from_path docstring.

preprocess_files(func_files, anat_files=None, verbose=1)[source]

TODO: preprocess_files docstring.

class nidata.task.poldrack_etal_2001.PoldrackEtal2001Dataset(*args, **kwargs)[source]

Bases: nidata.task.poldrack_etal_2001.OpenFMriDataset

TODO: PoldrackEtal2001Dataset docstring.

Methods

dependencies = OrderedDict([('numpy', 'numpy'), ('scipy', 'scipy'), ('sklearn', 'sklearn'), ('pandas', 'pandas'), ('nibabel', 'nibabel'), ('nipy', 'nipy'), ('nilearn', 'nilearn'), ('openfmri2bids', 'git+https://github.com/INCF/openfmri2bids.git'), ('sphinx', 'sphinx')])
fetch(n_subjects=1, preprocess_data=True, convert=True, url=None, resume=True, force=False, verbose=1)[source]
mod = 'nilearn'