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.5.tar.gz (30.8 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.5-py3-none-any.whl (36.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyant-1.1.5.tar.gz
  • Upload date:
  • Size: 30.8 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.5.tar.gz
Algorithm Hash digest
SHA256 bfe52803e05ffd5354d462db59f376958faac5a841f803907b03412ab2be473a
MD5 f86fc275f0f1725aacba22438efe3768
BLAKE2b-256 32bc890a90c374552daf97488fe54c5a735d6ff558f2bf6388748995fc9af4e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyant-1.1.5-py3-none-any.whl
  • Upload date:
  • Size: 36.8 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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 f3b8d5f0d9320595c555bdbe3e43565de0b0d3b5b1204c47890022aabc16b814
MD5 24555e01a7812d283fac99a7e165fe20
BLAKE2b-256 e771629449448b55234cf09fb9941d163d5171c9abe12f0c83b6db4aa67af14c

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