plotTraces

fiducia.visualization.plotTraces(channels, measurementFrame, scale='regular')[source]

Given a dataframe of Dante channel data, plot all the signal traces onto a single plot.

channels: list, numpy.ndarray

List or array of relevant channels

measurementFrame: pandas.core.frame.DataFrame

Pandas dataframe containing DANTE measurement data. See readDanteData() and readDanProcessed().

Notes

Examples