loadResponseUncertainty

fiducia.loader.loadResponseUncertainty(responseFrame, fileName)[source]

Load uncertainty percentages into a DataFrame.

Parameters
  • responseFrame (pandas.core.frame.DataFrame) – DataFrame to base the respones uncertainty frame on.

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

Returns

responseUncertaintyFrame – DataFrame with each column being a channel and each element being the channel’s uncertainty percentage. Extended to match the photon energy range in the response frame.

Return type

pandas.core.frame.DataFrame

Notes

Examples