- Joined
- Feb 4, 2008
- Messages
- 9,753
- Reaction score
- 1,024
- Points
- 203
You're using the wrong TLE. June 17 for non-leap years is Day of Year (DOY) 168. So you want the TLE that has the date of 15168 for June 17. So this is the TLE you want to use:
Note how it say 15168.*********** in the third column of row 1? That is the epoch year (15 for 2015) and epoch day (168 for June 17). The numbers after the dot in the date is the fractional portion of the day(time of day). So when looking at historical TLEs, knowing how to read TLEs are important: http://celestrak.com/columns/v04n03/#FAQ01
Code:
ISS
1 25544U 98067A 15168.52366114 .00016717 00000-0 10270-3 0 9028
2 25544 51.6448 82.3523 0004357 52.0913 308.0634 15.55450505 28090
Note how it say 15168.*********** in the third column of row 1? That is the epoch year (15 for 2015) and epoch day (168 for June 17). The numbers after the dot in the date is the fractional portion of the day(time of day). So when looking at historical TLEs, knowing how to read TLEs are important: http://celestrak.com/columns/v04n03/#FAQ01