pyhrf package¶
PyHRF is a set of tools for within-subject fMRI data analysis, which focuses on the characterization of the hemodynamics.
Within the chain of fMRI data processing, these tools provide alternatives to the classical within-subject GLM estimation step. The inputs are preprocessed within-subject data and the outputs are statistical maps and/or fitted HRFs.
The package is mainly written in Python and provides the implementation of the two following methods:
- The joint-detection estimation (JDE) approach, which divides the brain into functionnaly homogeneous regions and provides one HRF estimate per region as well as response levels specific to each voxel and each experimental condition. This method embeds a temporal regularization on the estimated HRFs and an adaptive spatial regularization on the response levels.
- The Regularized Finite Impulse Response (RFIR) approach, which provides HRF estimates for each voxel and experimental conditions. This method embeds a temporal regularization on the HRF shapes, but proceeds independently across voxels (no spatial model).
Check website for details: www.pyhrf.org
-
class
pyhrf.
Verbose
(verbosity=0, log=<open file '<stdout>', mode 'w'>)¶ Bases:
pyhrf._verbose.Verbose
This is a dummy class implementing the original Verbose class.
This is only to be able to raise a warning when one uses this old implementation.
-
old_to_new_log_dict
= {0: 30, 1: 20, 2: 20, 3: 20, 4: 20, 5: 10, 6: 10}¶
-
Subpackages¶
- pyhrf.boldsynth package
- pyhrf.jde package
- Subpackages
- Submodules
- pyhrf.jde.asl module
- pyhrf.jde.asl_2steps module
- pyhrf.jde.asl_physio module
- pyhrf.jde.asl_physio_1step module
- pyhrf.jde.asl_physio_1step_params module
- pyhrf.jde.asl_physio_det_fwdm module
- pyhrf.jde.asl_physio_hierarchical module
- pyhrf.jde.asl_physio_joint module
- pyhrf.jde.beta module
- pyhrf.jde.drift module
- pyhrf.jde.hrf module
- pyhrf.jde.jde_multi_sess module
- pyhrf.jde.jde_multi_sujets module
- pyhrf.jde.jde_multi_sujets_alpha module
- pyhrf.jde.models module
- pyhrf.jde.noise module
- pyhrf.jde.samplerbase module
- pyhrf.jde.wsampler module
- pyhrf.sandbox package
- pyhrf.stats package
- pyhrf.tools package
- pyhrf.ui package
- pyhrf.vbjde package
- pyhrf.xmliobak package
Submodules¶
- pyhrf.configuration module
- pyhrf.core module
- pyhrf.glm module
- pyhrf.graph module
- pyhrf.grid module
- pyhrf.ndarray module
- pyhrf.paradigm module
- pyhrf.parallel module
- pyhrf.parcellation module
- pyhrf.plot module
- pyhrf.rfir module
- pyhrf.surface module
- pyhrf.usemode module
- pyhrf.version module
- pyhrf.xmlio module