Skip to content

Alg1mantas/TLE_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TLE

My Image

Task

TLE (https://en.wikipedia.org/wiki/Two-line_element_set) file is being used in our satellites as the main reference for ADCS maneuvers (like ground station tracking) and it must be updated from ground periodically. One way to get TLE for a satellite is to download it from Celestrak database (https://celestrak.com/NORAD/elements/active.txt). Use any method to retrieve TLE list from Celestrak and convert it so only TLE for M6P satellite would be exported to a separate text file by double clicking the shortcut of prepared solution or launching the script.

About

TLEs are widely used as input for projecting the future orbital tracks of space debris for purposes of characterizing "future debris events to support risk analysis, close approach analysis, collision avoidance maneuvering" and forensic analysis.

Installing by downloading .zip file

Just download .zip file and extract it:

https://www.mediafire.com/file/vxuu3upal34ima6/build.zip/file

In order to find .exe file just go to program files directory: build > exe.win-amd64-3.10 My Image

Press Aplication file (.exe) twice

After a few seconds in the same directory two new files will apear: TLE data and .log file

My Image

Double press on a file with satellite name : "M6P" . Here you will find all TLE data about satellite M6P.

My Image

Runing program on terminal

Just simply type it to your termnal:

git clone [email protected]:Alg1mantas/TLE_generator.git

and also don't forget to install libraries:

pip install -r requirements.txt

Run the program in terminal:

py tle.py

After runnig this command you will find TLE output files in the same directory.

Have a great fligth!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages