Skip to content

Commit

Permalink
Initial support to the Aldebaran-1 packets
Browse files Browse the repository at this point in the history
  • Loading branch information
mgm8 committed Jun 6, 2022
1 parent 577f825 commit ecd0c0b
Show file tree
Hide file tree
Showing 5 changed files with 428 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Until now, this program supports the satellites below:

* FloripaSat-1 (launched in December 2019)
* FloripaSat-2 (to be launched on 2022)
* Aldebaran-1 (to be launched on TBC)

## Dependencies

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
('share/spacelab_decoder/', ['spacelab_decoder/data/img/spacelab-logo-full-400x200.png']),
('share/spacelab_decoder/', ['spacelab_decoder/data/satellites/floripasat-1.json']),
('share/spacelab_decoder/', ['spacelab_decoder/data/satellites/floripasat-2.json']),
('share/spacelab_decoder/', ['spacelab_decoder/data/satellites/aldebaran-1.json']),
],
cmdclass = {'build_sphinx': BuildDoc},
)
Loading

0 comments on commit ecd0c0b

Please sign in to comment.