Getting started

Installation

From PyPI

Run the following pip command in a terminal to install the module:

pip install elwaspatid

From VCS (GitHub)

To get the last version available on GitHub, run:

python3 -m pip install -e git+https://github.com/dbrizard/elwaspatid.git#egg=elwaspatid

You can also specify the version you want. See VCS Support or Installing from VCS.

Dependencies

The present module only requires:

Testing installation

To test the installation, run all the examples.

The examples can be retrieved from the Github repository or from the section Examples of diagrams.

Note: there are no automated tests of the module, because the aim of the module is to plot propagation diagrams and the underlying data is made of large matrices. However, running all the examples will test all the functionnalities of the module and one can check that we get the expected results/diagrams (ie. the correct relfection/transmission of waves).