loadResponses

fiducia.loader.loadResponses(channels, fileName, solid=True)[source]

Load DANTE measurement data from files given the channels and path to the directory containing the response function files. Returns a dataframe with the data.

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

  • fileName (str) – Full path and filename of .csv file containing DANTE respones functions.

  • solid (Bool, optional) – Includes solid angle in response function value if true. The default is true.

Returns

responseFrame – DataFrame with the response function data for the ‘channels’ requested

Return type

pandas.core.frame.DataFrame

Notes

Examples