noXRD

fiducia.rawProcess.noXRD(hf)[source]

Given a header frame, return a list of channels with no XRD. If there is a scope, then these channels may still register a signal!

Parameters

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

Returns

Set of channels corresponding to no XRDs marked in the Dante data file header.

Return type

set

Notes

Examples