Metadata-Version: 2.4
Name: subradar
Version: 1.1.5
Summary: Library for electromagnetic physics applied to subsurface radars
Author-email: Cyril Grima <cyril.grima@gmail.com>
Project-URL: Repository, https://github.com/cgrima/subradar
Project-URL: Issues, https://github.com/cgrima/subradar/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: matplotlib>=3.3.3
Requires-Dist: mpmath>=1.1.0
Requires-Dist: numpy>=1.19.4
Requires-Dist: pandas>=1.1.4
Requires-Dist: scipy>=1.5.2
Requires-Dist: h5py
Requires-Dist: hdf5storage

# `subradar`

Python library for electromagnetic physics applied to subsurface radars

## Installation

`pip install subradar`

## Keywords

Most of the modules accept the following keywords with SI units:


| Keyword | Definition |
|---------|------------|
| bmw     | Beamwidth angle |
| cl      | Correlation length |
| ep      | Dielectric permittivity |
| h       | Altitude       |
| mp      | Magnetic permeability |
| nRCS    | Normalized Radar Cross Section |
| RCS     | Radar Cross Section |
| n       | Optical index  |
| R       | Reflection coefficient |
| sigma_h, sh | Root Mean Square height |
| theta, th | angle        |
| T       | Transmission coefficient |
| wf      | Wave frequency |
| wb      | Bandwidth      |
| wk      | Wave number    |
| wl      | Wavelength     |
