Skip to main content

Space link budget calculation package

Project description

SpaceLink

A Python library for radio frequency calculations, including antenna modeling, RF conversions, and noise calculations.

Created and maintained by Cascade Space.

Published documentation for the latest released version can be found here: https://cascade-space-co.github.io/spacelink/

Features

  • Antenna Modeling: Calculate antenna gain, beamwidth, and polarization effects
  • RF System Analysis: Model complete RF chains with cascaded elements
  • Link Budget Calculations: Comprehensive analysis of radio communication links
  • Noise Calculations: System noise temperature and related parameters
  • Space Communications: Built-in support for satellite link analysis
  • Unit-Aware Calculations: Integrated unit handling for RF parameters

Installation

Quick Install

For users who want to import a released version of the package:

pip install spacelink

Development Setup

Aside from modifying the source code you may want to install from source in order to:

  • Run the provided Jupyter notebooks
  • Generate the documentation locally for a specific version

Prerequisites

  1. Python 3.11 or higher
  2. Poetry package manager (Install Poetry)

Getting Started

  1. Clone the repository:

    git clone https://github.com/cascade-space-co/spacelink.git
    cd spacelink
    
  2. Install it to a Poetry virtual environment using one of these options:

    • Production mode without developer tools:

      poetry install
      
    • With developer tools:

      poetry install --with dev
      
    • With Jupyter notebook dependencies:

      poetry install --with demo
      
    • With developer tools and Jupyter notebook dependencies:

      poetry install --with dev,demo
      

Documentation

The documentation includes API references and technical guides.

To build the documentation locally:

poetry run sphinx-build -b html docs/source docs/build/html

Then open docs/build/html/index.html in your browser.

Contributing

We welcome contributions to the SpaceLink project! See CONTRIBUTING.md for detailed instructions and guidelines.

License

MIT License

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

spacelink-0.1.9.tar.gz (31.7 kB view details)

Uploaded Source

Built Distribution

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

spacelink-0.1.9-py3-none-any.whl (40.5 kB view details)

Uploaded Python 3

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