noScope

fiducia.rawProcess.noScope(hf)[source]

Given a header frame, return a list of channels with no scope. These are the channels that are off.

Parameters

hf (pandas.core.frame.DataFrame) – Header frame from DANTE measurement data. See readDanteData().

Returns

Set of channels corresponding to oscilloscopes marked as “off” in the Dante data file header.

Return type

set

Notes

Examples