get_output#
- Xtract.get_output()#
Get the output of the Xtract algorithm in a tuple as DPF fields containers or fields.
- Returns:
- :
Tuple
[FieldsContainer
,FieldsContainer
,FieldsContainer
,FieldsContainer
] |Tuple
[Field
,Field
,Field
,Field
]Noise signal, tonal signal, transient signal, and remainder signal in a tuple of DPF fields or fields containers.
- Return type:
Union
[Tuple
[FieldsContainer
,FieldsContainer
,FieldsContainer
,FieldsContainer
],Tuple
[Field
,Field
,Field
,Field
]]