Scenario Editor TLE

Poscik

Addon Developer
Addon Developer
Joined
Mar 28, 2008
Messages
512
Reaction score
3
Points
18
Location
Sulejówek
Hi! I know about this ability for scenario editor. Now question: How correct TLE file have to be written? Always, when I'm trying to apply TLE it shows "bad TLE file".

I tried this:
Code:
ISS
1 25544U 98067A 07159.49870731 .00020000 00000-0 20000-3 0 9022
2 25544 51.6309 148.8110 0008189 295.2069 64.8247 15.78270662 9406
and this:
Code:
ISS
ELEMENTS 49735917.66177032 0.00081890 39.20168103 68.98541731 135.91039661 140.73509661 51703.49870731
Neither first nor second option doesn't working.
 

flying coffin

Member
Joined
Dec 7, 2007
Messages
194
Reaction score
0
Points
16
The second form can be pasted into the scenario file in place of the RPOS and RVEL parameters.

The first example is indeed a bad TLE file. I'm not sure exactly what is wrong with it, but try this instead:

Code:
ISS (ZARYA)
1 25544U 98067A   09221.07368331  .00005502  00000-0  42917-4 0  3808
2 25544  51.6397  35.3330 0007642 310.9525 148.5443 15.73544433614283
 

Poscik

Addon Developer
Addon Developer
Joined
Mar 28, 2008
Messages
512
Reaction score
3
Points
18
Location
Sulejówek
Your TLE is working, but can't realize why my TLE isn't working...

[EDIT]
Blame was on spaces. I now have correct TLE:
Code:
ISS
1 25544U 98067A   07159.49870731  .00020000  00000-0  20000-3 0  9022
2 25544  51.6309 148.8110 0008189 295.2069  64.8247 15.78270662  9406
 
Last edited:
Top