:py:mod:`simple_beam_plot` ========================== .. py:module:: simple_beam_plot .. autoapi-nested-parse:: Example use of BeamSet and subclasses BeamMeasure. Copyright (C) CSIRO 2017 Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: simple_beam_plot.arg_init simple_beam_plot.get_nx_ny simple_beam_plot.main Attributes ~~~~~~~~~~ .. autoapisummary:: simple_beam_plot.explanation simple_beam_plot.help_start .. py:data:: explanation :value: 'This provides an example of a simple plotting of beams from a MapSet.\n' .. py:data:: help_start :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """Plots beams in the given input file. All beams for the given antenna and channel number are plotted on a single page. If the beam maps are one- dimensional (cuts), a line plot is drawn for each. Raw map data are interpolated onto a finer grid if requested with '-i'. """ .. raw:: html
.. py:function:: arg_init() .. py:function:: get_nx_ny(n) .. py:function:: main()