Skip to content

spacelab-ufsc/spacelab-decoder

 
 

Repository files navigation

SPACELAB PACKET DECODER

Packet decoder of the SpaceLab's satellites.

GitHub commits since latest release (by date)

OverviewSatellitesDependenciesLicense

Overview

SpaceLab Packet Decoder is a software to decode audio records from the satellites of SpaceLab.

Satellites

Until now, this program supports the satellites below:

  • FloripaSat-1 (launched in December 2019)
  • GOLDS-UFSC (to be launched on 2025)
  • Aldebaran-1 (to be launched on TBC)
  • Catarina-A1 (to be launched on 2025)

Dependencies

  • python (>= 3)
  • gi
  • scipy
  • matplotlib
  • pyngham

Installation on Ubuntu

sudo apt install python3 python3-gi python3-scipy python3-matplotlib

Installation on Fedora

sudo dnf install python3 python3-gobject python3-scipy python3-matplotlib

Building and Installing

  • python setup.py install

Documentation

The documentation page is available here. Instructions to build the documentation page are described below.

Dependencies

  • sphinx-rtd-theme

Building the Documentation

  • python setup.py build_sphinx

License

This project is licensed under GPLv3 license.