edges_cal.receiver_calibration_func.get_F

edges_cal.receiver_calibration_func.get_F(gamma_rec: ndarray, gamma_ant: ndarray) ndarray[source]

Get the F parameter for a given receiver and antenna.

Parameters:
  • gamma_rec (np.ndarray) – The reflection coefficient (S11) of the receiver.

  • gamma_ant (np.ndarray) – The reflection coefficient (S11) of the antenna

Returns:

F (np.ndarray) – The F parameter (see M17)