NoiseHandler#

class snake.core.handlers.noise.NoiseHandler(*, variance)[source]#

Bases: AbstractHandler

Handler that add noise tot the phantom in the image domain.

Methods

__init__

get_dynamic

Add a dynamic noise tissue.

get_dynamic_kspace

Get the dynamic kspace information of the handler.

get_static

Add a static noise tissue.

to_yaml

Show the yaml config associated with the handler.

Attributes

log

Get a logger.

variance

Parameters:

variance (float)

get_static(phantom, sim_conf)[source]#

Add a static noise tissue.

Parameters:
Return type:

Phantom

get_dynamic(phantom, sim_conf)[source]#

Add a dynamic noise tissue.

Parameters:
Return type:

DynamicData

property log: Logger#

Get a logger.