hera_sim.interpolators.Bandpass¶
- class hera_sim.interpolators.Bandpass(datafile, **interp_kwargs)¶
Bandpass interpolation object.
- Parameters:
datafile (str) – Passed to the superclass constructor.
interp_kwargs (unpacked dict, optional) – Passed to the superclass constructor.
Methods
__call__(freqs)Evaluate the interpolation object at the given frequencies.