hera_sim.rfi.Stations.__call__

Stations.__call__(lsts, freqs, **kwargs)[source]

Generate the RFI from all stations.

Parameters:
  • lsts (array-like) – LSTs at which to generate the RFI.

  • freqs (array-like of float) – Frequencies in units of f0 for each station.

Returns:

array-like of float – 2D array of RFI magnitudes as a function of LST and frequency.

Raises:

TypeError – If input stations are not of the correct type.