85 |
echo " Done!" |
echo " Done!" |
86 |
echo "" |
echo "" |
87 |
|
|
88 |
echo " Retrieving Resurs-DK1 TLEs " |
echo " Retrieving Resurs-DK1 TLEs 2006-2009" |
89 |
wget -o /dev/null -O - --load-cookies .cookies.txt \ |
wget -o /dev/null -O - --load-cookies .cookies.txt \ |
90 |
--save-cookies .cookies.txt --keep-session-cookies \ |
--save-cookies .cookies.txt --keep-session-cookies \ |
91 |
http://www.space-track.org/perl/id_query.pl --post-data="_submitted=1&_sessionid=&ids=29228&timeframe=timespan&start_year=2006&start_month=6&start_day=14&end_year=$YEAR&end_month=$MONTH&end_day=$DAY&common_name=yes&sort=&descending=&ascii=yes&_submit=Submit&_reset=Reset" \ |
http://www.space-track.org/perl/id_query.pl --post-data="_submitted=1&_sessionid=&ids=29228&timeframe=timespan&start_year=2006&start_month=6&start_day=14&end_year=2009&end_month=12&end_day=31&common_name=yes&sort=&descending=&ascii=yes&_submit=Submit&_reset=Reset" \ |
92 |
| egrep "1|2|R" > .tleretrieved.txt |
| egrep "1|2|R" > .tleretrieved.txt |
93 |
|
echo " Retrieving Resurs-DK1 TLEs >=2010" |
94 |
|
wget -o /dev/null -O - --load-cookies .cookies.txt \ |
95 |
|
--save-cookies .cookies.txt --keep-session-cookies \ |
96 |
|
http://www.space-track.org/perl/id_query.pl --post-data="_submitted=1&_sessionid=&ids=29228&timeframe=timespan&start_year=2010&start_month=1&start_day=1&end_year=$YEAR&end_month=$MONTH&end_day=$DAY&common_name=yes&sort=&descending=&ascii=yes&_submit=Submit&_reset=Reset" \ |
97 |
|
| egrep "1|2|R" >> .tleretrieved.txt |
98 |
echo " Done!" |
echo " Done!" |
99 |
echo "" |
echo "" |
100 |
|
|