9.3.1. Configs¶
Juseless¶
Custom DataGrabbers for FZJ INM-7’s beloved juseless.
- class junifer.configs.juseless.datagrabbers.JuselessDataladAOMICID1000VBM(datadir=None)¶
Concrete implementation for Juseless AOMIC ID1000 VBM data fetching.
Implements a DataGrabber to access the AOMIC ID1000 VBM data in Juseless.
- Parameters:
- datadir
str
orpathlib.Path
orNone
, optional The directory where the datalad dataset will be cloned. If None, the datalad dataset will be cloned into a temporary directory (default None).
- datadir
- class junifer.configs.juseless.datagrabbers.JuselessDataladCamCANVBM(datadir=None)¶
Concrete implementation for Juseless CamCAN VBM data fetching.
Implements a DataGrabber to access the CamCAN VBM data in Juseless.
- Parameters:
- datadir
str
orpathlib.Path
orNone
, optional The directory where the datalad dataset will be cloned. If None, the datalad dataset will be cloned into a temporary directory (default None).
- datadir
- class junifer.configs.juseless.datagrabbers.JuselessDataladIXIVBM(datadir=None, sites=None)¶
Concrete implementation for Juseless IXI VBM data fetching.
Implements a DataGrabber to access the IXI VBM data in Juseless.
- Parameters:
- datadir
str
orpathlib.Path
orNone
, optional The directory where the datalad dataset will be cloned. If None, the datalad dataset will be cloned into a temporary directory (default None).
- sites{“Guys”, “HH”, “IOP”} or
list
of the options orNone
, optional Which sites to access data from. If None, all available sites are selected (default None).
- datadir
- class junifer.configs.juseless.datagrabbers.JuselessDataladUKBVBM(datadir=None)¶
Concrete implementation for Juseless UKB VBM data fetching.
Implements a DataGrabber to access the UKB VBM data in Juseless.
- Parameters:
- datadir
str
orpathlib.Path
orNone
, optional The directory where the datalad dataset will be cloned. If None, the datalad dataset will be cloned into a temporary directory (default None).
- datadir
- class junifer.configs.juseless.datagrabbers.JuselessUCLA(datadir='/data/project/psychosis_thalamus/data/fmriprep', types=None, tasks=None)¶
Concrete implementation for Juseless UCLA data fetching.
Implements a DataGrabber to access the UCLA data in Juseless.
- Parameters:
- datadir
str
orPath
, optional The directory where the dataset is stored. (default “/data/project/psychosis_thalamus/data/fmriprep”).
- types: {“BOLD”, “T1w”, “VBM_CSF”, “VBM_GM”, “VBM_WM”} or list of the options, optional
UCLA data types. If None, all available data types are selected. (default None).
- tasks{“rest”, “bart”, “bht”, “pamenc”, “pamret”, “scap”, “taskswitch”, “stopsignal”} or
list
of the options orNone
, optional UCLA task sessions. If None, all available task sessions are selected (default None).
- datadir