Merge pull request #38 from spacelab-ufsc/dev Dev: Minor improvements
Merge pull request #38 from spacelab-ufsc/dev
Dev: Minor improvements
Overview • Dependencies • Installing • Documentation • License
SpaceLab Packet Decoder is a software to decode audio records from the satellites of SpaceLab.
Until now, this program supports the satellites below:
sudo apt install python3 python3-gi python3-numpy python3-scipy python3-matplotlib python3-zmq
pip install pyngham
sudo dnf install python3 python3-gobject python3-numpy python3-scipy python3-matplotlib python3-pyzmq
python setup.py install
The documentation page is available here. Instructions to build the documentation page are described below.
sudo apt install python3-sphinx python3-sphinx-rtd-theme
sudo dnf install python3-sphinx python3-sphinx_rtd_theme
cd docs
sphinx-build -M html . build
This project is licensed under GPLv3 license.
SpaceLab UFSC(巴西弗洛里亚诺波利斯联邦大学航天实验室,FloripaSat 立方星系列)开源仓库 spacelab-decoder。镜像收录自 https://github.com/spacelab-ufsc/spacelab-decoder,License:GPL-3.0
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
SPACELAB-DECODER
Packet decoder of the SpaceLab's satellites.
Overview • Dependencies • Installing • Documentation • License
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:
Dependencies
Installation on Ubuntu
sudo apt install python3 python3-gi python3-numpy python3-scipy python3-matplotlib python3-zmqpip install pynghamInstallation on Fedora
sudo dnf install python3 python3-gobject python3-numpy python3-scipy python3-matplotlib python3-pyzmqpip install pynghamInstalling
python setup.py installDocumentation
The documentation page is available here. Instructions to build the documentation page are described below.
Dependencies
Installation on Ubuntu
sudo apt install python3-sphinx python3-sphinx-rtd-themeInstallation on Fedora
sudo dnf install python3-sphinx python3-sphinx_rtd_themeBuilding the Documentation
cd docssphinx-build -M html . buildLicense
This project is licensed under GPLv3 license.