timesScope

fiducia.rawProcess.timesScope(hf)[source]

Given a headerFrame, returns a timesFrame containing an array of oscilloscope times for each channel and background shot in the headerFrame.

Parameters

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

Returns

timesFrame – Returns a timesFrame containing the corresponding times for each oscilloscope trace contained in the header frame.

Return type

pandas.core.frame.DataFrame

Notes

Examples