readDanProcessed

fiducia.loader.readDanProcessed(channels, directory)[source]

Loads DANTE measurement data from files given the channels and path to the directory containing the reduced and aligned DANTE data. Returns a dataframe with the data. Note that this is not for raw data. It is for reading DANTE signals that have already been processed by Dan Barnak’s scripts.

Parameters
  • channels (list, numpy.ndarray) – List or array of relevant channels

  • directory (str) – Path to channel response function files

Returns

dataFrame – Dataframe of aligned signals from Dan’s analysis.

Return type

pandas.core.frame.DataFrame

Notes

Examples