update_gain_table

ska_sdp_func_python.calibration.ionosphere_solvers.update_gain_table(gain_table, param, coeff, cluster_id)[source]

Add new solutions to gaintable.

Expand solutions for all stations and frequency channels and insert in the gain table

Parameters:
  • gain_table – GainTable to be updated

  • param – [n_cluster] list of solution vectors, one for each cluster

  • coeff – [n_station] list of basis-func value vectors, one per station Stored as a numpy dtype=object array of variable-length coeff vectors

  • cluster_id – [n_antenna] array of antenna cluster indices