Skip to main content

Radar antenna models in python

Project description

PyAnt

PyAnt is a standardization for implementing radar gain pattern in Python. Nothing more, nothing less.

Getting started

To install

    pip install pyant

or for the nightly build

    git clone git@github.com:danielk333/pyant.git
    cd pyant
    git checkout develop
    pip install .

Alternatively, if you are following updates closely you can install using pip install -e . so that in the future a git pull will update the library.

Then get started by looking at the examples gallery and API in the Documentation.

Example

Plot the gain pattern of a dish radar modeled using the Cassegrain model.

import matplotlib.pyplot as plt
import pyant

beam = pyant.models.Cassegrain(
    peak_gain=10**4.81,
)
param = pyant.models.CassegrainParams(
    pointing=np.array([0, 0, 1], dtype=np.float64),
    frequency=930e6,
    outer_radius=40.0,
    inner_radius=23.0,
)

pyant.plotting.gain_heatmap(beam, param, resolution=301, min_elevation=80.0)
plt.show()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyant-1.1.2.tar.gz (30.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyant-1.1.2-py3-none-any.whl (36.5 kB view details)

Uploaded Python 3

File details

Details for the file pyant-1.1.2.tar.gz.

File metadata

  • Download URL: pyant-1.1.2.tar.gz
  • Upload date:
  • Size: 30.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for pyant-1.1.2.tar.gz
Algorithm Hash digest
SHA256 70f98aad77744686f76d3a412e64f1d784280c75b3821069e2d384c293c33cbb
MD5 af13ee87717f16ab5a8e43c3ca735699
BLAKE2b-256 76e31d2c7242750b61bf26ac2786f22cb05fdc9e370ec7b30e83f4749dd680b9

See more details on using hashes here.

File details

Details for the file pyant-1.1.2-py3-none-any.whl.

File metadata

  • Download URL: pyant-1.1.2-py3-none-any.whl
  • Upload date:
  • Size: 36.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for pyant-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 465b051f91816038ec834710a30ad42aff68eda75d1e772cf442a1a1d8a381c9
MD5 b75dbc04acbc0d933a1ae392af5be0bf
BLAKE2b-256 caf6c8c562962035c9cb88b7a13bc976e5326a633f8a46f90ca88b14d686060f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page