AbstractHandler#
- class snake.core.handlers.base.AbstractHandler[source]#
Bases:
object
Handler Interface.
Methods
__init__
Get the dynamic information of the handler.
Get the dynamic kspace information of the handler.
Get the static information of the handler.
Show the yaml config associated with the handler.
Attributes
Get a logger.
- get_dynamic(phantom, sim_conf)[source]#
Get the dynamic information of the handler.
- Parameters:
- Return type:
DynamicData | None
- get_dynamic_kspace(sim_conf)[source]#
Get the dynamic kspace information of the handler.
- Parameters:
sim_conf (SimConfig)
- Return type:
KspaceDynamicData | None