Skip to content

spacelab-ufsc/spacelab-decoder

This branch is 171 commits ahead of floripasat/fsat-decoder:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 13, 2025
d21eeab · Mar 13, 2025
Mar 11, 2025
Mar 13, 2025
Mar 13, 2025
Mar 13, 2025
Mar 11, 2025
Jun 8, 2019
May 24, 2024
Mar 13, 2025
Jun 16, 2019
Mar 13, 2025
Mar 11, 2025
May 19, 2024
May 18, 2024
Mar 13, 2025
Jan 11, 2021

Repository files navigation

SPACELAB-DECODER

Packet decoder of the SpaceLab's satellites.

GitHub commits since latest release (by date)

OverviewDependenciesInstallingDocumentationLicense

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)
  • Catarina-A1
  • Catarina-A2

Dependencies

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

Installation on Ubuntu

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

pip install pyngham

Installation on Fedora

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

pip install pyngham

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.