multiply_gaintables

ska_sdp_func_python.calibration.operations.multiply_gaintables(gt: GainTable, dgt: GainTable, time_tolerance=0.001) GainTable[source]

Multiply two GainTables.

Returns gt * dgt.

Parameters:
  • gt – First GainTable

  • dgt – Second GainTable

  • time_tolerance – Maximum tolerance of time separation in the GainTable data

Returns:

Multiplication product