get_output#
- XtractDenoiser.get_output()#
Get the output of the denoising.
- Returns:
- :
Tuple
[FieldsContainer
,FieldsContainer
] |Tuple
[Field
,Field
]Denoised signal and noise signal in a tuple as DPF fields containers or fields (depending on the input).
- Return type:
Union
[Tuple
[FieldsContainer
,FieldsContainer
],Tuple
[Field
,Field
]]