aces.display¶
Submodules¶
Package Contents¶
Functions¶
|
Makes a graphical summary of some beam-specific quantity across the whole array. The routine needs to |
- aces.display.make_summary_plot(obj, r_method, r_parameters, frq_select=None, **kwargs)[source]¶
Makes a graphical summary of some beam-specific quantity across the whole array. The routine needs to use a single scalar quantity for each of two polarisations (XX, YY) for each beam, for each antenna. The input object must be of a subclass of BeamSet, and may hold a spectrum of quantities. This spectrum is reduced to a single scalar by the passed method ‘r_method’ with parameters ‘r_parameters’.
- Parameters:
obj – Object derived from BeamSet
r_method – method to reduce a spectrum of values to a single scalarL r_method(spectrum, r_parameters)
r_parameters – parameters of r_method
frq_select – lower and upper limits of scalar values to be colour-coded
kwargs –
- Returns: