readDanteData

fiducia.loader.readDanteData(filePath)[source]

Reads Dante .dat file and returns header info and channel signals as two separate pandas dataframes.

Parameters

filePath (str) – Full path to the Dante .dat file.

Returns

  • headerFrame (pandas.core.frame.DataFrame) – Header of Dante data file. This typically include information about the various components used in each Dante channel, such as oscilloscopes, XRDs, etc.

  • dataFrame (pandas.core.frame.DataFrame) – Dante data.

Notes

Examples