hera_sim.rfi.Stations¶
- class hera_sim.rfi.Stations(stations=None, rng=None)¶
A collection of RFI stations.
Generates RFI from all given stations.
- Parameters:
stations (list of
RfiStation) – The list of stations that produce RFI.rng (np.random.Generator, optional) – Random number generator.
Methods
__call__(lsts, freqs, **kwargs)Generate the RFI from all stations.
Get all the aliases by which this model can be identified.
get_model(mdl)Get a model with a particular name (including aliases).
get_models([with_aliases])Get a dictionary of models associated with this component.
Attributes