BlockActivationHandler#
- class snake.core.handlers.activations.activations.BlockActivationHandler(*, block_on, block_off, duration, offset=0, roi_tissue_name='ROI', event_name='block_on', delta_r2s=1000.0, hrf_model='glover', oversampling=50, min_onset=-24.0, roi_threshold=0.0)[source]#
Bases:
ActivationMixin
,AbstractHandler
Activation Handler with block design.
Methods
__init__
apply_weights
Apply weights to the ROI.
get_dynamic
Get dynamic time series for adding Activations.
get_dynamic_kspace
Get the dynamic kspace information of the handler.
get_static
Get the static ROI.
to_yaml
Show the yaml config associated with the handler.
Attributes
base_tissue_name
delta_r2s
event_name
hrf_model
Get a logger.
min_onset
offset
oversampling
roi_threshold
roi_tissue_name
block_on
block_off
duration
event_condition
- Parameters: