onChannels

fiducia.rawProcess.onChannels(hf)[source]

Given a header frame, return a list of which dante channels were on for the shot.

Parameters

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

Returns

Set of channels corresponding oscilloscopes and XRDs marked as on within the Dante data file header.

Return type

set

Notes

Examples