attenuationFactors

fiducia.rawProcess.attenuationFactors(hf, channels, attenuatorsPath)[source]

Given a header frame, return the attenuation factors applied to each channel.

Parameters
  • hf (pandas.core.frame.DataFrame) – Pandas dataframe containing dante header information. See readDanteData().

  • channels (set) – Set of channels to be analyzed.

  • attenuatorsPath (str) – Full path to excel file containing attenuator serial numbers and corresponding attenuation factors.

Returns

Return type

chFactors

Notes

Examples