ISRO PSLV-C54/EOS-06 Mission - 2022-11-26 06:26 UTC

After suggestion of @cgbsat to not use the launch direction but use an inclination of 98 degrees I got TLE:

EDIT: This TLE is not good. It is north bound, should be South bound. 
1 99288U          22330.26458333  .00000000  00000-0  50000-4 0    02
2 99288  98.0000 242.5000 0001452   0.0000  14.0000 15.18227275    05

Using command:

faketle -i 99288 -q 510.202 -Q 512.202 -I 98 -n 242.5 -m 14 -t 2022-11-26T06:16:00 -d 300 > isro.tle

I have adjusted the -n and -m parameters to bring the satellite above the launch site 5 minutes after launch. The location is checked using:

satorbit -t 2022-11-26T06:21:00 -i 99288 -c isro.tle -B 13.7199 -L 80.2304 -q

Gives:

I hope this will work out!

I have used this guide to produce the TLE:

1 Like