:py:mod:`singleport_convert`
============================
.. py:module:: singleport_convert
.. autoapi-nested-parse::
Example use of BeamSet and subclasses BeamMeasure.
Copyright (C) CSIRO 2018
Module Contents
---------------
Functions
~~~~~~~~~
.. autoapisummary::
singleport_convert.arg_init
singleport_convert.main
Attributes
~~~~~~~~~~
.. autoapisummary::
singleport_convert.EXPLANATION
singleport_convert.HELPSTART
.. py:data:: EXPLANATION
:value: Multiline-String
.. raw:: html
Show Value
.. code-block:: python
"""The singleport_convert process tkes an Holography file containing both single-port and formed-beam data
and splits it into two separate hdf5 files. It adapts the metadata of the single-port file to describe the data.
This maybe a temporary script: some of the functions here can be put directly into the script that writes the original
holography file.
"""
.. raw:: html
.. py:data:: HELPSTART
:value: Multiline-String
.. raw:: html
Show Value
.. code-block:: python
"""The singleport_convert process tkes an Holography file containing both single-port and formed-beam data
and splits it into two separate hdf5 files.
"""
.. raw:: html
.. py:function:: arg_init()
Define the interprestation of command line arguments.
.. py:function:: main()