Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the user guide for the big picture.

5.3.5. sammba.registration.FMRISession

class sammba.registration.FMRISession(func=None, anat=None, animal_id=None)

Encapsulation for fMRI data, relative to preprocessing.

Parameters

func : str

Path to the functional 4D image

anat : str

Path to anatomical image

animal_id : str

Animal id

__init__(func=None, anat=None, animal_id=None)

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