load_data module

Module for loading data by return data file paths or parsing the files

aiv_utils.load_data.get_antenna_s_param()

Get the antenna S parameters for a data text file.

Return type:

Tuple[ndarray, ndarray]

Returns:

two numpy arrays of the frequency in MHz and the PT

aiv_utils.load_data.get_bandpass_function()

Get the measured ITF bandpass and turn it into a function that can predict the bandpass for a given frequency

Returns:

CubicSpline function that inputs frequency and outputs predicted bandpass response