Skip to content

dhollosi/Antenna_Pointing_Mechanism_EPFL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Small Radio Telescope

This Project consists of developing and controlling a Small Radio Telescope (SRT) to support potential research in the field of radio-astronomy. The code provided generates a general user interface in which one can select a satelite of choice. Once connected, the radiotelescope will move to the chosen satelite.

Files :

  1. main.py
    Contains the class SRTApp and the main loop. Calling on an instance of the class SRTApp generates a GUI with which a satelite can be chosen for the telescope to follow.
  2. satelite.py
    Contains the code that extracts and preprocesses the list of active satelites and their corresponig TLEs

Packages :

In order to get the programm up and running some packages need to get installed:

  1. pyserial
    this can be easily done by running the command: conda install -c anaconda pyserial

Handeling :

Contributors :

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 67.7%
  • Python 32.3%