exorad.tasks.noiseHandler module

class EstimateNoise[source]

Bases: Task

Parameters:
  • target (Target) – target to prepare

  • channels (dict) – channel list to analyse

Returns:

same target with table attribute updated

Return type:

Target

Class initialisation, needed to prepare the task inputs reader

execute()[source]

Class execution. It runs on call and executes all the task actions returning the outputs. It requires the input with correct keywords

class EstimateNoiseInChannel[source]

Bases: Task

Parameters:
  • target (Target) – target to prepare

  • channel (dict) – channel to analyse

  • payload (dict) – payload description

Returns:

same target with table attribute updated

Return type:

Target

Class initialisation, needed to prepare the task inputs reader

execute()[source]

Class execution. It runs on call and executes all the task actions returning the outputs. It requires the input with correct keywords