Metadata-Version: 2.1
Name: pyanten
Version: 0.3.0
Summary: Antenna Toolkit
Home-page: https://github.com/yigithsyn/pyanten
Author: Hüseyin YİĞİT
Author-email: yigit.hsyn@gmail.com
License: GNU Affero General Public License v3
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Other Audience
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >= 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: scipy >=1.6.0

# PyAnten

Antenna Toolkit

## Installation

```shell
git clone https://github.com/atamlab/pyanten
cd pyanten
pip install . # or python setup.py
```

## Table of Modules and Functions

| Module      | Sub Module (Level1) | Sub Module (Level2) | Functinos                                                                                                                           |
| ----------- | ------------------- | ------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| Utility     |                     |                     | frequencyToWavelength, gammaDbToSwr, gammaToSwr, swrToGamma, swrToGammaDb, wavelengthToFrequency, gammaDbToReflectedPowerPercentage |
| Propagation |                     |                     | farfFieldDistance, lineOfSight, pathLoss, radioHorizon,                                                                             |
| Measurement | NearField           |                     | minimumRange,                                                                                                                       |
| Measurement | NearField           | Planar              | angleOfView, samplingCount, samplingLength, scanLength,                                                                             |
| Measurement | NearField           | Spherical           | maximumRadiusExtent,                                                                                                                |
| Array       |                     |                     | amplitudeTaper,                                                                                                                     |

## References

[1] [A Python MoM antenna simulator](https://www.linkedin.com/pulse/python-mom-antenna-simulator-t-q-khai-nguyen/)
[2] [How to document kwargs according to Numpy style docstring?](https://stackoverflow.com/questions/62511086/how-to-document-kwargs-according-to-numpy-style-docstring)
